Click or drag to resize

docScriptAppendLine Method (appendType, String, appendRole)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public docScriptInstruction AppendLine(
	appendType __type,
	string content,
	appendRole __role = appendRole.none
)
Request Example View Source

Parameters

__type
Type: imbSCI.Data.enums.appendsappendType
content
Type: SystemString
__role (Optional)
Type: imbSCI.Core.reporting.style.enumsappendRole

Return Value

Type: docScriptInstruction
See Also