# GrapeCity.ActiveReports.Web.Designer.RdlSubtype

## Content

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




  <h1 id="GrapeCity_ActiveReports_Web_Designer_RdlSubtype" data-uid="GrapeCity.ActiveReports.Web.Designer.RdlSubtype" class="text-break">RdlSubtype Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the RDL subtypes.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Web.Designer.html">GrapeCity.ActiveReports.Web.Designer</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Aspnet.Designer.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Web_Designer_RdlSubtype_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum RdlSubtype</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_Web_Designer_RdlSubtype_ContinuousPage">ContinuousPage</td>
        <td><p>Represents a continuous page report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_Designer_RdlSubtype_Dashboard">Dashboard</td>
        <td><p>Represents a dashboard report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_Designer_RdlSubtype_FixedPage">FixedPage</td>
        <td><p>Represents a fixed page report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_Designer_RdlSubtype_GenericRdl">GenericRdl</td>
        <td><p>Represents any RDL report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_Designer_RdlSubtype_MultiSection">MultiSection</td>
        <td><p>Represents a multi-section report.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
