Initializes a new instance of the ReportBase class with the specified container.

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

Syntax

C#
public ReportScriptBase(
	Document document,
	ObjectPointerCollection dataObjects,
	RenderEngine engine
)
Visual Basic (Declaration)
Public Sub New ( _
	document As Document, _
	dataObjects As ObjectPointerCollection, _
	engine As RenderEngine _
)
Visual C++
public:
ReportScriptBase(
	Document^ document, 
	ObjectPointerCollection^ dataObjects, 
	RenderEngine^ engine
)

See Also