Click or drag to resize

docScriptInstruction Constructor (appendType, String, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
The most common Append instruction: docScriptInstruction class.

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public docScriptInstruction(
	appendType __type,
	string __input,
	bool __isHorizontal = false
)
Request Example View Source

Parameters

__type
Type: imbSCI.Data.enums.appendsappendType
The type.
__input
Type: SystemString
The input.
__isHorizontal (Optional)
Type: SystemBoolean
if set to true [is horizontal].
Remarks
Applicable with appendType: cite, code,
See Also