Click or drag to resize

imbStringBuilderBaseAppendLabel Method

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

Namespace:  imbSCI.Core.reporting.render.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public abstract 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.
Exceptions
ExceptionCondition
NotImplementedException
See Also