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

Parameters

page
Type: PerpetuumSoft.Reporting.DOM..::.Page
callback
Type: SupportControlCallback

See Also