ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / MhtExportSettings Class / BookmarkStyle Property

In This Topic
    BookmarkStyle Property (MhtExportSettings)
    In This Topic
    Gets or sets the style of bookmarks in the document.
    Syntax
    'Declaration
     
    Public Property BookmarkStyle As EnumDefaultExportSetting(Of BookmarkStyle)
    public EnumDefaultExportSetting<BookmarkStyle> BookmarkStyle {get; set;}

    Property Value

    An EnumDefaultExportSetting<T> object representing the style of bookmarks in the document.
    See Also