Render this control to the output parameter specified.

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

Syntax

C#
protected override void RenderContents(
	HtmlTextWriter output
)
Visual Basic (Declaration)
Protected Overrides Sub RenderContents ( _
	output As HtmlTextWriter _
)
Visual C++
protected:
virtual void RenderContents(
	HtmlTextWriter^ output
) override

Parameters

output
Type: System.Web.UI..::.HtmlTextWriter

See Also