See Also

DataDynamics.ActiveReports.Web Namespace

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports.Web Send feedback to Data Dynamics

QueuingReportEventHandler Delegate

Represents the method that will handle the QueuingReport event of a WebViewer.

[Visual Basic]
Public Delegate Sub QueuingReportEventHandler( _    ByVal sender As Object, _    ByVal e As QueuingReportEventArgs _ )
[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

DataDynamics.ActiveReports.Web Namespace

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.