# GrapeCity.ActiveReports.Design.DesignerTab

## Content

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




  <h1 id="GrapeCity_ActiveReports_Design_DesignerTab" data-uid="GrapeCity.ActiveReports.Design.DesignerTab" class="text-break">DesignerTab Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the types of tabs available in the ActiveReports 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_DesignerTab_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DesignerTab</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Design_DesignerTab_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This enumeration defines the different tabs that can be selected within the ActiveReports designer interface. Each member represents a specific view or
functionality provided by the designer, allowing users to switch between designing, scripting, and previewing reports.</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_Design_DesignerTab_Designer">Designer</td>
        <td><p>Represents the designer tab, used for creating and modifying report layouts.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_DesignerTab_Preview">Preview</td>
        <td><p>Represents the preview tab, used for viewing the report as it will appear when printed or exported.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_DesignerTab_Script">Script</td>
        <td><p>Represents the script tab, used for writing and editing custom code associated with the report.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
