ActiveReports.Web Request technical support
QueuingReport Event
See Also 


Syntax

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

Event Data

The event handler receives an argument of type QueuingReportEventArgs containing data related to this event. The following QueuingReportEventArgs properties provide information specific to this event.

PropertyDescription
Report An ActiveReport object.

See Also