ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / OutputFormat Enumeration

In This Topic
    OutputFormat Enumeration
    In This Topic
    An enumeration of output formats available with the WebViewer control.
    Syntax
    'Declaration
     
    Public Enum OutputFormat 
       Inherits System.Enum
    public enum OutputFormat : System.Enum 
    Members
    MemberDescription
    HtmlBrowser compatible HTML Format.
    PdfPortable Document Format (PDF). Good for printing and exact WYSIWYG layout.
    Rdf2ActiveReports 2.0 (COM) native file format. It provides precise output, and the comprehensive ActiveReports features (such as table of contents and hyperlinks).
    Rdf3ActiveReports.NET native file format. This format is used with the ActiveReports .NET WinForms Viewer control. It provides precise output, and the comprehensive ActiveReports features (such as table of contents and hyperlinks).
    Inheritance Hierarchy

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

    Requirements

    See Also