Click or drag to resize

builderForStyleAppend Method (String, HtmlTextWriterStyle, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends the specified content.

Namespace:  imbSCI.Core.reporting.render.builders
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void Append(
	string content,
	HtmlTextWriterStyle type,
	bool breakLine = false
)
Request Example View Source

Parameters

content
Type: SystemString
The content.
type
Type: imbSCI.Core.reporting.style.enumsHtmlTextWriterStyle
The type.
breakLine (Optional)
Type: SystemBoolean
if set to true [break line].
See Also