'Declaration Public Enum ViewerType Inherits System.Enum
public enum ViewerType : System.Enum
'Declaration Public Enum ViewerType Inherits System.Enum
public enum ViewerType : System.Enum
Member | Description |
---|---|
AcrobatReader | Returns output as a PDF document viewable in Acrobat Reader. Client requirements: Adobe Acrobat Reader. |
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 11 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 11 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:
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Web.ViewerType