다음을 통해 공유


ChartWebPart.OnInit Method

Raises the Init event.

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

Syntax

'Declaration
Protected Overrides Sub OnInit ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs

Me.OnInit(e)
protected override void OnInit(
    EventArgs e
)

Parameters

Remarks

This override initializes the child controls and adds them into the child control list. These controls include the HtmlInputHidden control that stores the session key of the Chart Web Part, the toolbar control, the chart control for the display mode, and the ErrorSummary control for displaying the error information of the Chart Web Part.

See Also

Reference

ChartWebPart Class

ChartWebPart Members

Microsoft.Office.Server.WebControls Namespace