ActiveReports.Web Request technical support
DataBinding Event
See Also 


Occurs when the server control binds to a data source.

Syntax

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

See Also