Begins pages rendering into buffer. Callback-method, that define whether controls will be rendered, is used.

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,
	RenderControlCallback callback
)
Visual Basic (Declaration)
Public Sub Render ( _
	pages As PageCollection, _
	callback As RenderControlCallback _
)
Visual C++
public:
void Render(
	PageCollection^ pages, 
	RenderControlCallback^ callback
)

Parameters

pages
Type: PerpetuumSoft.Reporting.DOM..::.PageCollection
callback
Type: RenderControlCallback

See Also