Udostępnij za pośrednictwem


Metoda ReportViewer.OnInit —

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Raises the Init event.

Przestrzeń nazw:  Microsoft.Reporting.WebForms
Zestaw:  Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)

Składnia

'Deklaracja
Protected Overrides Sub OnInit ( _
    e As EventArgs _
)
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

  • e
    Typ: EventArgs
    The information associated with the Init event.

Zobacz też

Informacje

ReportViewer Klasa

Przestrzeń nazw Microsoft.Reporting.WebForms