Click or drag to resize

docScriptExecution Constructor (String, styleTheme, PropertyCollection, ITextRender)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Execution context with all resorces required internally.

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public docScriptExecution(
	string name,
	styleTheme __style,
	PropertyCollection __data,
	params ITextRender[] __renders
)
Request Example View Source

Parameters

name
Type: SystemString
__style
Type: imbSCI.Core.reporting.style.corestyleTheme
The style - colors and fonts
__data
Type: System.DataPropertyCollection
The data - initial data
__renders
Type: imbSCI.Core.reporting.renderITextRender
Remarks

It will not start compilation instantly. Once you're ready [!:docScriptExecution.execute(string, imbSCI.Core.reporting.format.reportOutputFormatName, PropertyCollection, string)] method should be called.

See Also