Initializes a new instance of the ScriptGenerator class.

Namespace:  PerpetuumSoft.Reporting.Rendering
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public ScriptGenerator(
	Document document,
	string templateName
)
Visual Basic (Declaration)
Public Sub New ( _
	document As Document, _
	templateName As String _
)
Visual C++
public:
ScriptGenerator(
	Document^ document, 
	String^ templateName
)

Parameters

document
Type: PerpetuumSoft.Reporting.DOM..::.Document
templateName
Type: System..::.String

See Also