Metodo ReportViewer.OnLayout
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
Questo membro esegue l'override di ContainerControl.OnLayout(LayoutEventArgs).
Spazio dei nomi Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Sintassi
'Dichiarazione
Protected Overrides Sub OnLayout ( _
e As LayoutEventArgs _
)
'Utilizzo
Dim e As LayoutEventArgs
Me.OnLayout(e)
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
)