| Visual Basic (Declaration) | |
|---|---|
Public Enum ViewerType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum ViewerType : Enum | |
| 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. |
System.Object
System.ValueType
System.Enum
DataDynamics.ActiveReports.Web.ViewerType