| Visual Basic (Declaration) | |
|---|---|
Public Enum ViewerType Inherits System.Enum  | |
| C# | |
|---|---|
public enum ViewerType : System.Enum  | |
| Member | Description | 
|---|---|
| AcrobatReader | Returns output as a PDF document viewable in Acrobat Reader. Client requirements: Adobe Acrobat Reader.  | 
| FlashViewer | Interactive report viewer that provides printing options (including one-touch printing), custom look and more. Requires ActiveReports.FlashViewer.swf for viewing reports in any internet browser. Client requirements: Adobe Flash Player 10 and above, ActiveReports.FlashViewer.swf (this file must be copied into every FlashViewer project; the original copy of this file is stored in C:\Program Files\ComponentOne\ActiveReports Developer 7\Deployment).  | 
| 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.  | 
Some barcode types may render incorrectly and contain white lines in the Html and RawHtml views. However, this limitation does not affect printing and scanning. These barcodes are:
- Code49
 - QRCode
 - Pdf417
 - RSSExpandedStacked
 - RSS14Stacked
 - RSS14StackedOmnidirectional
 
System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Web.ViewerType