ActiveReports.Web Request technical support
ViewerType Enumeration
See Also  


An enumeration of viewing options for the ActiveReports WebForms WebViewer server control for ASP.NET.

Syntax

Visual Basic (Declaration) 
Public Enum ViewerType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ViewerType
C# 
public enum ViewerType : Enum 

Members

MemberDescription
HtmlViewerProvides 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.

RawHtmlShows 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.

ActiveXViewerProvides 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.

AcrobatReaderReturns output as a PDF document viewable in Acrobat Reader. 

Client requirements: Adobe Acrobat Reader.

Inheritance Hierarchy

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

See Also