# GrapeCity.Viewer.Common.Model.Interactivity.BookmarkAction

## Content

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



  <h1 id="GrapeCity_Viewer_Common_Model_Interactivity_BookmarkAction" data-uid="GrapeCity.Viewer.Common.Model.Interactivity.BookmarkAction" class="text-break">BookmarkAction Class
</h1>
  <div class="markdown level0 summary"><p>Represents an action that navigates to a specific location within the report when triggered.</p>
</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"><span class="xref">BookmarkAction</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.Viewer.Common.Model.Interactivity.IAction.html">IAction</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Viewer.Common.Model.Interactivity.html">GrapeCity.Viewer.Common.Model.Interactivity</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Viewer.Common.dll</h6>
  <h5 id="GrapeCity_Viewer_Common_Model_Interactivity_BookmarkAction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class BookmarkAction : IAction</code></pre>
  </div>
  <h5 id="GrapeCity_Viewer_Common_Model_Interactivity_BookmarkAction_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This action is typically used to create interactive reports where clicking on a report item can jump to a specific page or area within the same report.
It enhances the navigational capabilities within complex reports.</p>
</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="GrapeCity_Viewer_Common_Model_Interactivity_BookmarkAction__ctor_System_Int32_GrapeCity_Viewer_Common_Rect_" data-uid="GrapeCity.Viewer.Common.Model.Interactivity.BookmarkAction.#ctor(System.Int32,GrapeCity.Viewer.Common.Rect)">
          <a class="xref" href="GrapeCity.Viewer.Common.Model.Interactivity.BookmarkAction.-ctor.html#GrapeCity_Viewer_Common_Model_Interactivity_BookmarkAction__ctor_System_Int32_GrapeCity_Viewer_Common_Rect_">BookmarkAction(int, Rect)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Viewer.Common.Model.Interactivity.BookmarkAction.html">BookmarkAction</a> class, specifying the target page and area within the report.</p>
</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="GrapeCity_Viewer_Common_Model_Interactivity_BookmarkAction_TargetArea" data-uid="GrapeCity.Viewer.Common.Model.Interactivity.BookmarkAction.TargetArea">
          <a class="xref" href="GrapeCity.Viewer.Common.Model.Interactivity.BookmarkAction.TargetArea.html#GrapeCity_Viewer_Common_Model_Interactivity_BookmarkAction_TargetArea">TargetArea</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating the area of a report page that should be opened when a drill though link is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Viewer_Common_Model_Interactivity_BookmarkAction_TargetPage" data-uid="GrapeCity.Viewer.Common.Model.Interactivity.BookmarkAction.TargetPage">
          <a class="xref" href="GrapeCity.Viewer.Common.Model.Interactivity.BookmarkAction.TargetPage.html#GrapeCity_Viewer_Common_Model_Interactivity_BookmarkAction_TargetPage">TargetPage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating the index of a report page that should be opened when a drill though link is clicked.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
