# GrapeCity.ActiveReports.Design.SelectionType

## Content

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




  <h1 id="GrapeCity_ActiveReports_Design_SelectionType" data-uid="GrapeCity.ActiveReports.Design.SelectionType" class="text-break">SelectionType Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the types of selections that can be made within the report designer.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Design.html">GrapeCity.ActiveReports.Design</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Design.Win.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Design_SelectionType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SelectionType</code></pre>
  </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_Design_SelectionType_Control">Control</td>
        <td><p>Represents the selection of a control, such as a TextBox, CheckBox, or any other control placed within a report section.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_SelectionType_GroupSection">GroupSection</td>
        <td><p>Represents the selection of a group section, which is used to organize data into groups.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_SelectionType_PageSection">PageSection</td>
        <td><p>Represents the selection of a page section, such as the header or footer that appears on every page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_SelectionType_Report">Report</td>
        <td><p>Represents the selection of an entire report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_SelectionType_ReportSection">ReportSection</td>
        <td><p>Represents the selection of a report section. This can include the detail section or any other custom sections defined within the report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_SelectionType_Section">Section</td>
        <td><p>Represents the selection of any generic section within the report.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
