[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Web.ViewerType

ViewerType Enum

Specifies the different types of viewing options for the ActiveReports WebForms WebViewer sever control for ASP.NET.

Namespace: GrapeCity.ActiveReports.Web
Assembly: MESCIUS.ActiveReports.Web.dll
Syntax
public enum ViewerType

Fields

Name Description
AcrobatReader

Returns output as a PDF document viewable in Acrobat Reader. Requirements: Adobe Acrobat Reader 5 or above.

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 6 or above.

RawHtml

Shows all pages in the report document as a single HTML continuous 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 6 or above.