# GrapeCity.ActiveReports.Web.Designer.IReportStore

## Content

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



  <h1 id="GrapeCity_ActiveReports_Web_Designer_IReportStore" data-uid="GrapeCity.ActiveReports.Web.Designer.IReportStore" class="text-break">IReportStore Interface
</h1>
  <div class="markdown level0 summary"><p>Represents methods for storing and managing reports.</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.Aspnetcore.Designer.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Web_Designer_IReportStore_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IReportStore</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_Designer_IReportStore_DeleteReport_System_String_" data-uid="GrapeCity.ActiveReports.Web.Designer.IReportStore.DeleteReport(System.String)">
          <a class="xref" href="../MESCIUS.ActiveReports.Aspnet.Designer/GrapeCity.ActiveReports.Web.Designer.IReportStore.DeleteReport.html#GrapeCity_ActiveReports_Web_Designer_IReportStore_DeleteReport_System_String_">DeleteReport(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the report by ID.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_Designer_IReportStore_GetReportDescriptor_System_String_" data-uid="GrapeCity.ActiveReports.Web.Designer.IReportStore.GetReportDescriptor(System.String)">
          <a class="xref" href="../MESCIUS.ActiveReports.Aspnet.Designer/GrapeCity.ActiveReports.Web.Designer.IReportStore.GetReportDescriptor.html#GrapeCity_ActiveReports_Web_Designer_IReportStore_GetReportDescriptor_System_String_">GetReportDescriptor(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the report descriptor by ID.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_Designer_IReportStore_ListReports" data-uid="GrapeCity.ActiveReports.Web.Designer.IReportStore.ListReports">
          <a class="xref" href="../MESCIUS.ActiveReports.Aspnet.Designer/GrapeCity.ActiveReports.Web.Designer.IReportStore.ListReports.html#GrapeCity_ActiveReports_Web_Designer_IReportStore_ListReports">ListReports()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of report information.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_Designer_IReportStore_LoadReport_System_String_" data-uid="GrapeCity.ActiveReports.Web.Designer.IReportStore.LoadReport(System.String)">
          <a class="xref" href="../MESCIUS.ActiveReports.Aspnet.Designer/GrapeCity.ActiveReports.Web.Designer.IReportStore.LoadReport.html#GrapeCity_ActiveReports_Web_Designer_IReportStore_LoadReport_System_String_">LoadReport(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the report content by ID.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_Designer_IReportStore_SaveReport_GrapeCity_ActiveReports_Web_Viewer_ReportType_System_String_System_IO_Stream_GrapeCity_ActiveReports_Web_Designer_SaveSettings_" data-uid="GrapeCity.ActiveReports.Web.Designer.IReportStore.SaveReport(GrapeCity.ActiveReports.Web.Viewer.ReportType,System.String,System.IO.Stream,GrapeCity.ActiveReports.Web.Designer.SaveSettings)">
          <a class="xref" href="../MESCIUS.ActiveReports.Aspnet.Designer/GrapeCity.ActiveReports.Web.Designer.IReportStore.SaveReport.html#GrapeCity_ActiveReports_Web_Designer_IReportStore_SaveReport_GrapeCity_ActiveReports_Web_Viewer_ReportType_System_String_System_IO_Stream_GrapeCity_ActiveReports_Web_Designer_SaveSettings_">SaveReport(ReportType, string, Stream, SaveSettings)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_Designer_IReportStore_UpdateReport_GrapeCity_ActiveReports_Web_Viewer_ReportType_System_String_System_IO_Stream_" data-uid="GrapeCity.ActiveReports.Web.Designer.IReportStore.UpdateReport(GrapeCity.ActiveReports.Web.Viewer.ReportType,System.String,System.IO.Stream)">
          <a class="xref" href="../MESCIUS.ActiveReports.Aspnet.Designer/GrapeCity.ActiveReports.Web.Designer.IReportStore.UpdateReport.html#GrapeCity_ActiveReports_Web_Designer_IReportStore_UpdateReport_GrapeCity_ActiveReports_Web_Viewer_ReportType_System_String_System_IO_Stream_">UpdateReport(ReportType, string, Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the report.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
