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