ActiveReports.Web Request technical support
DataDynamics.ActiveReports.Web Namespace
See Also  Inheritance Hierarchy
The DataDynamics.ActiveReports.Web namespace contains the WebViewer class.

Classes

ClassDescription
ExecutionTookTooLongException Thrown by GetQueuedReport when report.Run takes longer than the MaxReportRunTime. This is more of an informative exception, nothing critical, just informs the caller that they could display a message to the user that execution is still pending, and to ask again for the report output later.
QueuingReportEventArgs Provides data for the QueuingReport event.
WebViewer The ActiveReports viewer for ASP.NET Web Forms. In addition to providing an easy way to deploy and view reports under ASP.NET, this control provides report caching functionality that reduces the number of times a report executes per user session as the user navigates between pages in the report document.

Delegates

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

Enumerations

EnumerationDescription
OutputFormat An enumeration of output formats available with the WebViewer control.
ViewerType An enumeration of viewing options for the ActiveReports WebForms WebViewer server control for ASP.NET.

See Also