Click or drag to resize

docScriptInstructionset Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the specified values to arguments on the same order as it was defined in constructor

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public docScriptInstruction set(
	params Object[] __values
)
Request Example View Source

Parameters

__values
Type: SystemObject
The values.

Return Value

Type: docScriptInstruction
See Also