Calculates table contents.

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

Syntax

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

Parameters

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

See Also