ActiveReports.Web Request technical support
QueuingReportEventHandler Delegate
See Also 


sender
The source of the event.
e
A QueuingReportEventArgs class that contains the event data.
Represents the method that will handle the QueuingReport event of a WebViewer.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub QueuingReportEventHandler( _
   ByVal sender As Object, _
   ByVal e As QueuingReportEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New QueuingReportEventHandler(AddressOf HandlerMethod)
C# 
public delegate void QueuingReportEventHandler( 
   object sender,
   QueuingReportEventArgs e
)

Parameters

sender
The source of the event.
e
A QueuingReportEventArgs class that contains the event data.

See Also