# C1.Report.BookmarkHolder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_BookmarkHolder" data-uid="C1.Report.BookmarkHolder" class="text-break">BookmarkHolder Struct
</h1>
  <div class="markdown level0 summary"><p>Utility class used to simple restore position in the <a class="xref" href="C1.Report.DataHandler.html">DataHandler</a> via using directive.</p>
<pre><code class="lang-csharp">using (new BookmarkHolder(dataHandler))
{
   ...
}</code></pre>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Report.html">C1.Report</a></h6>
  <h6><strong>Assembly</strong>: C1.Report.dll</h6>
  <h5 id="C1_Report_BookmarkHolder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct BookmarkHolder : IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure BookmarkHolder
    Implements IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Report_BookmarkHolder__ctor_C1_Report_DataHandler_" data-uid="C1.Report.BookmarkHolder.#ctor(C1.Report.DataHandler)">
          <a class="xref" href="C1.Report.BookmarkHolder.-ctor.html#C1_Report_BookmarkHolder__ctor_C1_Report_DataHandler_">BookmarkHolder(DataHandler)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Report_BookmarkHolder_Dispose" data-uid="C1.Report.BookmarkHolder.Dispose">
          <a class="xref" href="C1.Report.BookmarkHolder.Dispose.html#C1_Report_BookmarkHolder_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
