ReportViewer.OnLayout Method
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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
protected void OnLayout (
LayoutEventArgs e
)
protected override function OnLayout (
e : LayoutEventArgs
)
Parameters
- e
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace