ActiveReports 12 Server User Guide
OnLoad Method

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportControls Namespace > Designer Class : OnLoad Method
The EventArgs object that contains the event data.
This method notifies the server control that it should perform actions common to each HTTP request for the page it is associated with.
Syntax
'Declaration
 
Protected Overrides NotOverridable Sub OnLoad( _
   ByVal e As EventArgs _
) 
protected override void OnLoad( 
   EventArgs e
)

Parameters

e
The EventArgs object that contains the event data.
See Also

Reference

Designer Class
Designer Members
Base Implementation in OnLoad