다음을 통해 공유


ChartWebPart.Render Method

Renders the Chart Web Part.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)

Syntax

'Declaration
Protected Overrides Sub Render ( _
    writer As HtmlTextWriter _
)
'Usage
Dim writer As HtmlTextWriter

Me.Render(writer)
protected override void Render(
    HtmlTextWriter writer
)

Parameters

Remarks

This override renders all the child controls of the Chart Web Part to the client. If the current request is from the data connection wizard, this override also saves the table data of the Chart Web Part and redirects the user to the next wizard page.

See Also

Reference

ChartWebPart Class

ChartWebPart Members

Microsoft.Office.Server.WebControls Namespace