Initializes a new instance of the ScriptParser class

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

Syntax

C#
public ScriptParser(
	Document document,
	ScriptParserType scriptParserType
)
Visual Basic (Declaration)
Public Sub New ( _
	document As Document, _
	scriptParserType As ScriptParserType _
)
Visual C++
public:
ScriptParser(
	Document^ document, 
	ScriptParserType scriptParserType
)

See Also