Metodo ReportViewer.OnLayout
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Genera l'evento Layout.
Spazio dei nomi: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- e
Tipo: LayoutEventArgs
Informazioni associate all'evento Layout.