ReportViewer.OnLayout Method (LayoutEventArgs)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Raises the Layout event.

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

Syntax

protected override void OnLayout(
    LayoutEventArgs e
)
protected:
virtual void OnLayout(
    LayoutEventArgs^ e
) override
override OnLayout : 
        e:LayoutEventArgs -> unit
Protected Overrides Sub OnLayout (
    e As LayoutEventArgs
)

Parameters

See Also

ReportViewer Class
Microsoft.Reporting.WinForms Namespace

Return to top