Starts the rendering process.
Namespace:
PerpetuumSoft.Reporting.RenderingAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public void StartRender( Document template ) |
| Visual Basic (Declaration) |
|---|
Public Sub StartRender ( _ template As Document _ ) |
| Visual C++ |
|---|
public: void StartRender( Document^ template ) |
Parameters
- template
- Type: PerpetuumSoft.Reporting.DOM..::.Document