Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
e
Type: System.Windows.Forms.LayoutEventArgsThe information associated with the Layout event.
See Also
ReportViewer Class
Microsoft.Reporting.WinForms Namespace
Return to top