Click or drag to resize

docScriptAppendLabel Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends the content with label decoration

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public void AppendLabel(
	string content,
	bool isBreakLine = true,
	Object comp_style = null
)
Request Example View Source

Parameters

content
Type: SystemString
The content to show inside label
isBreakLine (Optional)
Type: SystemBoolean
if set to true if will break line after this append
comp_style (Optional)
Type: SystemObject
Special style tag, class, definition.

Implements

ITextAppendContentAppendLabel(String, Boolean, Object)
See Also