Click or drag to resize

MetaContainerNestedBasecompose Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Composes a set of docScriptInstruction into supplied docScript instance or created blank new instance with name of this metaContainer

Namespace:  imbSCI.Reporting.meta.blocks
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public abstract docScript compose(
	docScript script = null
)
Request Example View Source

Parameters

script (Optional)
Type: imbSCI.Reporting.scriptdocScript
The script.

Return Value

Type: docScript

Implements

IMetaComposeAndConstructcompose(docScript)
See Also