ActiveReports 9 Server
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

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum