ActiveReports 12
BookmarkStyle Enumeration

GrapeCity.ActiveReports.Export.Html.v12 Assembly > GrapeCity.ActiveReports.Export.Html.Section Namespace : BookmarkStyle Enumeration
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

Reference

GrapeCity.ActiveReports.Export.Html.Section Namespace
BookmarkStyle Property