ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Export.Html Namespace / HtmlOutputKind Enumeration

In This Topic
    HtmlOutputKind Enumeration
    In This Topic
    Specifies the HTML output.
    Syntax
    'Declaration
     
    Public Enum HtmlOutputKind 
       Inherits System.Enum
    public enum HtmlOutputKind : System.Enum 
    Members
    MemberDescription
    BookmarksHtmlThe output is an HTML page containing a list of bookmarks for the main HTML page.
    FramesetHtmlThe output is an html page containing a Frameset declaration for a TOC page or navigation page if TOC not available, and the "target" document pages on the right.
    HtmlPageThe output is the HTML page.
    ImageJpgThe HTML output is an image of type JPEG.
    ImagePngThe HTML output is an image of type PNG.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Export.Html.HtmlOutputKind

    See Also