# C1.Report.BookmarkListDataHandler

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_BookmarkListDataHandler" data-uid="C1.Report.BookmarkListDataHandler" class="text-break">BookmarkListDataHandler Class
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.Report.DataHandler.html">DataHandler</a></div>
    <div class="level2"><span class="xref">BookmarkListDataHandler</span></div>
  </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_BookmarkListDataHandler_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class BookmarkListDataHandler : DataHandler, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class BookmarkListDataHandler
    Inherits DataHandler
    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_BookmarkListDataHandler__ctor_System_Collections_Generic_List_System_Int32__C1_Report_DataHandler_" data-uid="C1.Report.BookmarkListDataHandler.#ctor(System.Collections.Generic.List{System.Int32},C1.Report.DataHandler)">
          <a class="xref" href="C1.Report.BookmarkListDataHandler.-ctor.html#C1_Report_BookmarkListDataHandler__ctor_System_Collections_Generic_List_System_Int32__C1_Report_DataHandler_">BookmarkListDataHandler(List&lt;int&gt;, DataHandler)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Report_BookmarkListDataHandler_Count" data-uid="C1.Report.BookmarkListDataHandler.Count">
          <a class="xref" href="C1.Report.BookmarkListDataHandler.Count.html#C1_Report_BookmarkListDataHandler_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the count of records in the data handler.</p>
</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_BookmarkListDataHandler_BOF" data-uid="C1.Report.BookmarkListDataHandler.BOF">
          <a class="xref" href="C1.Report.BookmarkListDataHandler.BOF.html#C1_Report_BookmarkListDataHandler_BOF">BOF()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if the cursor is pointing at the first record in the data source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_BookmarkListDataHandler_EOF" data-uid="C1.Report.BookmarkListDataHandler.EOF">
          <a class="xref" href="C1.Report.BookmarkListDataHandler.EOF.html#C1_Report_BookmarkListDataHandler_EOF">EOF()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if the cursor is pointing past the last record in the data source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_BookmarkListDataHandler_GetBookmark" data-uid="C1.Report.BookmarkListDataHandler.GetBookmark">
          <a class="xref" href="C1.Report.BookmarkListDataHandler.GetBookmark.html#C1_Report_BookmarkListDataHandler_GetBookmark">GetBookmark()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the current cursor position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_BookmarkListDataHandler_MoveFirst" data-uid="C1.Report.BookmarkListDataHandler.MoveFirst">
          <a class="xref" href="C1.Report.BookmarkListDataHandler.MoveFirst.html#C1_Report_BookmarkListDataHandler_MoveFirst">MoveFirst()</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the cursor to the first record in the data source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_BookmarkListDataHandler_MoveLast" data-uid="C1.Report.BookmarkListDataHandler.MoveLast">
          <a class="xref" href="C1.Report.BookmarkListDataHandler.MoveLast.html#C1_Report_BookmarkListDataHandler_MoveLast">MoveLast()</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the cursor to the last record in the data source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_BookmarkListDataHandler_MoveNext" data-uid="C1.Report.BookmarkListDataHandler.MoveNext">
          <a class="xref" href="C1.Report.BookmarkListDataHandler.MoveNext.html#C1_Report_BookmarkListDataHandler_MoveNext">MoveNext()</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the cursor to the next record in the data source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_BookmarkListDataHandler_MovePrevious" data-uid="C1.Report.BookmarkListDataHandler.MovePrevious">
          <a class="xref" href="C1.Report.BookmarkListDataHandler.MovePrevious.html#C1_Report_BookmarkListDataHandler_MovePrevious">MovePrevious()</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the cursor to the previous record in the data source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_BookmarkListDataHandler_SetBookmark_System_Int32_" data-uid="C1.Report.BookmarkListDataHandler.SetBookmark(System.Int32)">
          <a class="xref" href="C1.Report.BookmarkListDataHandler.SetBookmark.html#C1_Report_BookmarkListDataHandler_SetBookmark_System_Int32_">SetBookmark(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the current cursor position to supplied value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
