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

## Content

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



<h1 id="GrapeCity_Viewer_Common_Model_Interactivity_BookmarkAction_TargetArea_" data-uid="GrapeCity.Viewer.Common.Model.Interactivity.BookmarkAction.TargetArea*">TargetArea Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Viewer_Common_Model_Interactivity_BookmarkAction_TargetArea_" data-uid="GrapeCity.Viewer.Common.Model.Interactivity.BookmarkAction.TargetArea*"></a>
<h4 id="GrapeCity_Viewer_Common_Model_Interactivity_BookmarkAction_TargetArea" data-uid="GrapeCity.Viewer.Common.Model.Interactivity.BookmarkAction.TargetArea">TargetArea</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Rect TargetArea { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">Rect</span></td>
      <td><p>The <span class="xref">GrapeCity.Viewer.Common.Rect</span> structure that contains the location and size of an area that should be displayed when a drill-though link is clicked.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
