Starts the rendering process.

Namespace:  PerpetuumSoft.Reporting.Rendering
Assembly:  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
)

See Also