# GrapeCity.ActiveReports.Design.Designer.ReportType

## Content

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



<h1 id="GrapeCity_ActiveReports_Design_Designer_ReportType_" data-uid="GrapeCity.ActiveReports.Design.Designer.ReportType*">ReportType Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Design_Designer_ReportType_" data-uid="GrapeCity.ActiveReports.Design.Designer.ReportType*"></a>
<h4 id="GrapeCity_ActiveReports_Design_Designer_ReportType" data-uid="GrapeCity.ActiveReports.Design.Designer.ReportType">ReportType</h4>
<div class="markdown level1 summary"><p>Gets a value indicating the type of the currently loaded report.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public DesignerReportType ReportType { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Design.DesignerReportType.html">DesignerReportType</a></td>
      <td><p>A <a class="xref" href="GrapeCity.ActiveReports.Design.DesignerReportType.html">DesignerReportType</a> value that indicates the type of the report. This can be one of the following:</p>
<ul><li><a class="xref" href="GrapeCity.ActiveReports.Design.DesignerReportType.html#GrapeCity_ActiveReports_Design_DesignerReportType_Page">Page</a> for Fixed Page Layout reports,</li><li><a class="xref" href="GrapeCity.ActiveReports.Design.DesignerReportType.html#GrapeCity_ActiveReports_Design_DesignerReportType_RdlDashboard">RdlDashboard</a> for RDLX Dashboard reports,</li><li><a class="xref" href="GrapeCity.ActiveReports.Design.DesignerReportType.html#GrapeCity_ActiveReports_Design_DesignerReportType_RdlMultiSection">RdlMultiSection</a> for RDLX Multi-Section reports, or</li><li><a class="xref" href="GrapeCity.ActiveReports.Design.DesignerReportType.html#GrapeCity_ActiveReports_Design_DesignerReportType_Section">Section</a> for Section reports.</li></ul>
<p>The determination is made based on the report's structure and specific features, such as whether it is a Fixed Page Layout report or has dashboard
capabilities.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
