Click or drag to resize

docScriptInstruction Constructor (appendType, docScriptArguments)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Requires immediate set() call to set values for arguments

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public docScriptInstruction(
	appendType __type,
	params docScriptArguments[] __arguments
)
Request Example View Source

Parameters

__type
Type: imbSCI.Data.enums.appendsappendType
The type.
__arguments
Type: imbSCI.Reporting.scriptdocScriptArguments
The arguments.
See Also