ReportViewer.OnLayout-Methode

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Dieses Element überschreibt ContainerControl.OnLayout(LayoutEventArgs).

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

'Declaration
Protected Overrides Sub OnLayout ( _
    e As LayoutEventArgs _
)
'Usage
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
)

Parameter

Siehe auch

Verweis

ReportViewer Klasse

Microsoft.Reporting.WinForms-Namespace