Click or drag to resize

docScriptAppendFunction Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends the function.

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public Object AppendFunction(
	string functionCode,
	bool breakLine = false
)
Request Example View Source

Parameters

functionCode
Type: SystemString
The function code.
breakLine (Optional)
Type: SystemBoolean
if set to true [break line].

Return Value

Type: Object

Implements

ITextAppendContentAppendFunction(String, Boolean)
See Also