# GrapeCity.ActiveReports.Web.Designer.IReportStore.ListReports

## Content

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



<h1 id="GrapeCity_ActiveReports_Web_Designer_IReportStore_ListReports_" data-uid="GrapeCity.ActiveReports.Web.Designer.IReportStore.ListReports*">ListReports Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Web_Designer_IReportStore_ListReports_" data-uid="GrapeCity.ActiveReports.Web.Designer.IReportStore.ListReports*"></a>
<h4 id="GrapeCity_ActiveReports_Web_Designer_IReportStore_ListReports" data-uid="GrapeCity.ActiveReports.Web.Designer.IReportStore.ListReports">ListReports()</h4>
<div class="markdown level1 summary"><p>Gets the list of report information.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">ReportInfo[] ListReports()</code></pre>
</div>
<h5 class="returns">Returns</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.Web.Designer.ReportInfo.html">ReportInfo</a>[]</td>
      <td><p>An array of <a class="xref" href="GrapeCity.ActiveReports.Web.Designer.ReportInfo.html">ReportInfo</a> objects representing the reports.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
