Click or drag to resize

builderForTextAppendLabel Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.reporting.render.builders
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public override void AppendLabel(
	string content,
	bool isBreakLine = true,
	Object comp_style = null
)
Request Example View Source

Parameters

content
Type: SystemString
isBreakLine (Optional)
Type: SystemBoolean
comp_style (Optional)
Type: SystemObject

Implements

ITextAppendContentAppendLabel(String, Boolean, Object)
See Also