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
- writer
Type: System.Web.UI.HtmlTextWriter
The HtmlTextWriter object that renders the content of the controls to the client.
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.