Click or drag to resize

docScriptExecutionBasecompile Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Compiles the specified source.

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public virtual docScriptCompiled compile(
	docScript source,
	PropertyCollectionDictionary indata = null
)
Request Example View Source

Parameters

source
Type: imbSCI.Reporting.scriptdocScript
The source.
indata (Optional)
Type: imbSCI.Core.collectionPropertyCollectionDictionary
The indata.

Return Value

Type: docScriptCompiled
See Also