ReportViewer.OnLoad 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 OnLoad ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs

Me.OnLoad(e)
protected override void OnLoad (
    EventArgs e
)
protected:
virtual void OnLoad (
    EventArgs^ e
) override
protected void OnLoad (
    EventArgs e
)
protected override function OnLoad (
    e : EventArgs
)

Parameters

  • e

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace