# GrapeCity.ActiveReports.Export.Html.Section.BookmarkStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_ActiveReports_Export_Html_Section_BookmarkStyle" data-uid="GrapeCity.ActiveReports.Export.Html.Section.BookmarkStyle" class="text-break">BookmarkStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Values for HtmlExport.BookmarkStyle property.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Section.html">GrapeCity.ActiveReports.Export.Html.Section</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Export.Html.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Export_Html_Section_BookmarkStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum BookmarkStyle</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Export_Html_Section_BookmarkStyle_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>More styles may be added in future.</p>
</div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_BookmarkStyle_Html">Html</td>
        <td><p>An HTML page containing bookmark links to the document's pages will be created if the ActiveReports' document originally contained bookmarks.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_BookmarkStyle_None">None</td>
        <td><p>No bookmark page will be created.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
