Udostępnij przez


Metoda ReportViewerWebPart.OnInit

Podnosi Init zdarzenie.

Przestrzeń nazw:  Microsoft.ReportingServices.SharePoint.UI.WebParts
Zestaw:  Microsoft.ReportingServices.SharePoint.UI.WebParts (w Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Składnia

'Deklaracja
Protected Overrides Sub OnInit ( _
    e As EventArgs _
)
'Użycie
Dim e As EventArgs

Me.OnInit(e)
protected override void OnInit(
    EventArgs e
)
protected:
virtual void OnInit(
    EventArgs^ e
) override
abstract OnInit : 
        e:EventArgs -> unit 
override OnInit : 
        e:EventArgs -> unit 
protected override function OnInit(
    e : EventArgs
)

Parametry

Uwagi

Więcej informacji na temat tej metoda, zobacz Control.OnInit.