Click or drag to resize

metaDocumentcompose Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Composes the specified script.

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

Parameters

script
Type: imbSCI.Reporting.scriptdocScript
The script.

Return Value

Type: docScript

Implements

IMetaComposeAndConstructcompose(docScript)
See Also