# GrapeCity.ActiveReports.Viewer.Win.TargetView

## Content

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




  <h1 id="GrapeCity_ActiveReports_Viewer_Win_TargetView" data-uid="GrapeCity.ActiveReports.Viewer.Win.TargetView" class="text-break">TargetView Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the active view within the Viewer control.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.html">GrapeCity.ActiveReports.Viewer.Win</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Viewer.Win.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Viewer_Win_TargetView_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TargetView</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Viewer_Win_TargetView_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The Viewer control can display reports in either a primary or secondary view. This enumeration allows you to specify or determine
which view is currently active. The primary view is typically the main view used for displaying reports, while the secondary view
can be used for displaying additional information or a different report.</p>
</div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_TargetView_Primary">Primary</td>
        <td><p>Indicates the primary view of the Viewer control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_TargetView_Secondary">Secondary</td>
        <td><p>Indicates the secondary view of the Viewer control.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
