ActiveReports.Web Request technical support
Init Event
See Also 


Occurs when the server control is initialized, which is the first step in its lifecycle.

Syntax

Visual Basic (Declaration) 
Public Event Init() As EventHandler
Visual Basic (Usage)Copy Code
Dim instance As WebViewer
Dim handler As EventHandler
 
AddHandler instance.Init, handler
C# 
public event EventHandler Init()

See Also