# GrapeCity.ActiveReports.Design.DesignMode

## Content

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




  <h1 id="GrapeCity_ActiveReports_Design_DesignMode" data-uid="GrapeCity.ActiveReports.Design.DesignMode" class="text-break">DesignMode Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the different design modes available in the Page 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_DesignMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DesignMode</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_DesignMode_Dashboard">Dashboard</td>
        <td><p>Represents the dashboard design mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_DesignMode_MultiSection">MultiSection</td>
        <td><p>Represents the multi-section design mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_DesignMode_Standard">Standard</td>
        <td><p>Represents the standard design mode.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
