ActiveReports 12 Server User Guide
OnInit Method (ReportList)

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportControls Namespace > ReportList Class : OnInit Method
An System.EventArgs object that contains the event data.
Raises the System.Web.UI.Control.Init event.
Syntax
'Declaration
 
Protected Overrides Sub OnInit( _
   ByVal e As EventArgs _
) 
protected override void OnInit( 
   EventArgs e
)

Parameters

e
An System.EventArgs object that contains the event data.
See Also

Reference

ReportList Class
ReportList Members
Base Implementation in OnInit