ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Html / GrapeCity.ActiveReports.Export.Html.Section Namespace / BookmarkStyle Enumeration

In This Topic
    BookmarkStyle Enumeration
    In This Topic
    An enumeration of values for the HtmlExport.BookmarkStyle property.
    Syntax
    'Declaration
     
    Public Enum BookmarkStyle 
       Inherits System.Enum
    public enum BookmarkStyle : System.Enum 
    Members
    MemberDescription
    HtmlIf the ActiveReports document contains bookmarks, an HTML page containing bookmark links to the document's pages is created.
    NoneNo bookmark page is created.
    Remarks
    More styles may be added in future.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Export.Html.Section.BookmarkStyle

    See Also