Renders the document.

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

Syntax

C#
public Document RenderDocument(
	Document template
)
Visual Basic (Declaration)
Public Function RenderDocument ( _
	template As Document _
) As Document
Visual C++
public:
Document^ RenderDocument(
	Document^ template
)

See Also