ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Export.Html Namespace / HtmlOutputKind Enumeration

In This Topic
    HtmlOutputKind Enumeration
    In This Topic
    The different possible kinds of output from HTML.
    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(s).
    FramesetHtmlThe output is an html page containing a Frameset declaration for a TOC page or navigation page if TOC not availalbe, and the "target" document pages on the right.
    HtmlPageThe output is the HTML page.
    ImageJpgThe output is a JPG image.
    ImagePngThe output is a PNG image.
    Inheritance Hierarchy

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

    See Also