ReportViewer.OnLoad Method (EventArgs)
This API supports the product infrastructure and is not intended to be used directly from your code.
Raises the Load event.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
protected override void OnLoad(
EventArgs e
)
protected:
virtual void OnLoad(
EventArgs^ e
) override
override OnLoad :
e:EventArgs -> unit
Protected Overrides Sub OnLoad (
e As EventArgs
)
Parameters
e
Type: System.EventArgsThe information associated with the Load event.
See Also
ReportViewer Class
Microsoft.Reporting.WinForms Namespace
Return to top