# GrapeCity.ActiveReports.Design.DesignerReportType

## Content

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




  <h1 id="GrapeCity_ActiveReports_Design_DesignerReportType" data-uid="GrapeCity.ActiveReports.Design.DesignerReportType" class="text-break">DesignerReportType Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the types of reports that can be created or edited within 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_DesignerReportType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DesignerReportType</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Design_DesignerReportType_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <a class="xref" href="GrapeCity.ActiveReports.Design.DesignerReportType.html">DesignerReportType</a> enumeration provides a way to specify the type of report being worked on in the ActiveReports designer. This allows
for the customization and functionality of the designer to be tailored to the specific type of report being edited.</p>
<p>
The enumeration includes:
<ul><li><a class="xref" href="GrapeCity.ActiveReports.Design.DesignerReportType.html#GrapeCity_ActiveReports_Design_DesignerReportType_Section">Section</a> for section-based reports,</li><li><a class="xref" href="GrapeCity.ActiveReports.Design.DesignerReportType.html#GrapeCity_ActiveReports_Design_DesignerReportType_Page">Page</a> for page-based reports,</li><li><a class="xref" href="GrapeCity.ActiveReports.Design.DesignerReportType.html#GrapeCity_ActiveReports_Design_DesignerReportType_Rdl">Rdl</a> for RDLX reports, which is now obsolete,</li><li><a class="xref" href="GrapeCity.ActiveReports.Design.DesignerReportType.html#GrapeCity_ActiveReports_Design_DesignerReportType_RdlMultiSection">RdlMultiSection</a> for RDLX reports with multiple sections, and</li><li><a class="xref" href="GrapeCity.ActiveReports.Design.DesignerReportType.html#GrapeCity_ActiveReports_Design_DesignerReportType_RdlDashboard">RdlDashboard</a> for RDLX dashboard reports.</li></ul><p>
Note: The <a class="xref" href="GrapeCity.ActiveReports.Design.DesignerReportType.html#GrapeCity_ActiveReports_Design_DesignerReportType_Rdl">Rdl</a> type is marked as obsolete and should not be used in new development. It will be removed in a future release.
</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_DesignerReportType_Page">Page</td>
        <td><p>Represents a Page report type, which is designed using fixed page layout.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_DesignerReportType_Rdl">Rdl</td>
        <td><p>Represents an RDLX report type. This type is obsolete and should not be used in new development.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_DesignerReportType_RdlDashboard">RdlDashboard</td>
        <td><p>Represents an RDLX dashboard report type, designed for dashboard layouts.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_DesignerReportType_RdlMultiSection">RdlMultiSection</td>
        <td><p>Represents an RDLX report type with support for multiple sections.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_DesignerReportType_Section">Section</td>
        <td><p>Represents a section report type, which is designed in a banded layout.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
