Click or drag to resize

docScriptExecution Constructor (String, styleTheme, PropertyCollection, IEnumerableITextRender)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the docScriptExecution class.

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,
	IEnumerable<ITextRender> __renders
)
Request Example View Source

Parameters

name
Type: SystemString
The name.
__style
Type: imbSCI.Core.reporting.style.corestyleTheme
The style.
__data
Type: System.DataPropertyCollection
The data.
__renders
Type: System.Collections.GenericIEnumerableITextRender
The renders.
See Also