# GrapeCity.ActiveReports.SectionReportModel.Section.AddBookmark

## Content

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



<h1 id="GrapeCity_ActiveReports_SectionReportModel_Section_AddBookmark_" data-uid="GrapeCity.ActiveReports.SectionReportModel.Section.AddBookmark*">AddBookmark Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_SectionReportModel_Section_AddBookmark_" data-uid="GrapeCity.ActiveReports.SectionReportModel.Section.AddBookmark*"></a>
<h4 id="GrapeCity_ActiveReports_SectionReportModel_Section_AddBookmark_System_String_" data-uid="GrapeCity.ActiveReports.SectionReportModel.Section.AddBookmark(System.String)">AddBookmark(string)</h4>
<div class="markdown level1 summary"><p>Adds a bookmark in the report's table of contents.
The bookmark will position the view at the start of the section if the bookmark is added in the section's Format event.
Bookmark text to be displayed in the table of contents treeview.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void AddBookmark(string text)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>The text.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
