ActiveReports 12
ViewerType Enumeration

GrapeCity.ActiveReports.Web.v12 Assembly > GrapeCity.ActiveReports.Web Namespace : ViewerType Enumeration
An enumeration of viewing options for the ActiveReports WebForms WebViewer server control for ASP.NET.
Syntax
'Declaration
 
Public Enum ViewerType 
   Inherits System.Enum
public enum ViewerType : System.Enum 
Members
MemberDescription
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\GrapeCity\ActiveReports 10\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.

Remarks

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:

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Web.ViewerType

See Also

Reference

GrapeCity.ActiveReports.Web Namespace