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

Parameters

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

See Also