Click or drag to resize

docScriptAppend Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends inline or new line content.

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public void Append(
	string content,
	appendType type = appendType.none,
	bool breakLine = false
)
Request Example View Source

Parameters

content
Type: SystemString
String content to be wrapped into container
type (Optional)
Type: imbSCI.Data.enums.appendsappendType
Container type - for text it is always none
breakLine (Optional)
Type: SystemBoolean
Inline (FALSE) or new line (TRUE)

Implements

ITextAppendContentAppend(String, appendType, Boolean)
Remarks
It is supported by: Source, Document and Table builders
See Also