An enumeration of viewing options for the ActiveReports WebForms WebViewer server control for ASP.NET.
Member | Description |
---|---|
HtmlViewer | Provides a scrollable view of a single page of the report at a time. Downloads only HTML and javascript to the client browser. Not preferable for printable output. Client Requirements: Internet Explorer 3.x, or Netscape browsers 3.x and above. |
RawHtml | Shows all pages in the report document as a single continuous HTML page. Provides a static view of the entire report document, and usually decent printable output, although under some circumstances, pagination is not preserved. Client Requirements: Internet Explorer 3.x, or Netscape browsers 3.x and above. |
ActiveXViewer | Provides an interactive viewing experience, and a high quality printable output by downloading an interactive, flexible, and tiny ActiveX viewer component to the browser. Client Requirements: Suitable for Internet Explorer 3.x and above only. |
AcrobatReader | Returns output as a PDF document viewable in Acrobat Reader. Client requirements: Adobe Acrobat Reader. |
DataDynamics.ActiveReports.Web Namespace
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.