Returns a new instance of the generated script class.
Namespace:
PerpetuumSoft.Reporting.RenderingAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public ReportScriptBase CreateScriptInstance( ObjectPointerCollection dataObjects, RenderEngine engine ) |
Visual Basic (Declaration) |
---|
Public Function CreateScriptInstance ( _ dataObjects As ObjectPointerCollection, _ engine As RenderEngine _ ) As ReportScriptBase |
Visual C++ |
---|
public: ReportScriptBase^ CreateScriptInstance( ObjectPointerCollection^ dataObjects, RenderEngine^ engine ) |
Parameters
- dataObjects
- Type: PerpetuumSoft.Reporting.Components..::.ObjectPointerCollection