MESCIUS.ActiveReports.Export.Html Assembly / GrapeCity.ActiveReports.Export.Html.Section Namespace / BookmarkStyle Enumeration

BookmarkStyle Enumeration
An enumeration of values for the HtmlExport.BookmarkStyle property.
Syntax
'Declaration
 
Public Enum BookmarkStyle 
   Inherits 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