Begins pages rendering into buffer.

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

Syntax

C#
public void Render(
	PageCollection pages
)
Visual Basic (Declaration)
Public Sub Render ( _
	pages As PageCollection _
)
Visual C++
public:
void Render(
	PageCollection^ pages
)

See Also