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 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