The DataDynamics.ActiveReports.Web namespace contains the WebViewer class.
Class | Description |
---|---|
ExecutionTookToLongException | 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. |
Enumeration | Description |
---|---|
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. |
Delegate | Description |
---|---|
QueuingReportEventHandler | Represents the method that will handle the QueuingReport event of a WebViewer. |
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.