Metoda ReportViewer.OnLoad —
Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Raises the Load event.
Przestrzeń nazw: Microsoft.Reporting.WinForms
Zestaw: Microsoft.ReportViewer.WinForms (w Microsoft.ReportViewer.WinForms.dll)
Składnia
'Deklaracja
Protected Overrides Sub OnLoad ( _
e As EventArgs _
)
protected override void OnLoad(
EventArgs e
)
protected:
virtual void OnLoad(
EventArgs^ e
) override
abstract OnLoad :
e:EventArgs -> unit
override OnLoad :
e:EventArgs -> unit
protected override function OnLoad(
e : EventArgs
)
Parametry
- e
Typ: EventArgs
The information associated with the Load event.