ActiveReports 9
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\ComponentOne\ActiveReports 9\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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GrapeCity.ActiveReports.Web Namespace

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum