# GrapeCity.ActiveReports.Web.Viewer.IReportProvider

## Content

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



  <h1 id="GrapeCity_ActiveReports_Web_Viewer_IReportProvider" data-uid="GrapeCity.ActiveReports.Web.Viewer.IReportProvider" class="text-break">IReportProvider Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a set of methods for accessing to the reports.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Web.Viewer.html">GrapeCity.ActiveReports.Web.Viewer</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Web.Viewer.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Web_Viewer_IReportProvider_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IReportProvider</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_Viewer_IReportProvider_GetReport_System_String_" data-uid="GrapeCity.ActiveReports.Web.Viewer.IReportProvider.GetReport(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Web.Viewer.IReportProvider.GetReport.html#GrapeCity_ActiveReports_Web_Viewer_IReportProvider_GetReport_System_String_">GetReport(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the report in a format compatible with the backend for the specified report identifier.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_Viewer_IReportProvider_GetReportDescriptor_System_String_" data-uid="GrapeCity.ActiveReports.Web.Viewer.IReportProvider.GetReportDescriptor(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Web.Viewer.IReportProvider.GetReportDescriptor.html#GrapeCity_ActiveReports_Web_Viewer_IReportProvider_GetReportDescriptor_System_String_">GetReportDescriptor(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the report descriptor for the specified report identifier.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
