# C1.Web.Api.Report.ReportProvider

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Api_Report_ReportProvider" data-uid="C1.Web.Api.Report.ReportProvider" class="text-break">ReportProvider Class
</h1>
  <div class="markdown level0 summary"><p>Represents the provider for report.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">ReportProvider</span></div>
      <div class="level2"><a class="xref" href="C1.Web.Api.Report.CustomReportProvider.html">CustomReportProvider</a></div>
      <div class="level2"><a class="xref" href="C1.Web.Api.Report.FlexReportProvider.html">FlexReportProvider</a></div>
      <div class="level2"><a class="xref" href="C1.Web.Api.Report.SsrsReportProvider.html">SsrsReportProvider</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Api.Report.html">C1.Web.Api.Report</a></h6>
  <h6><strong>Assembly</strong>: C1.Web.Api.Report.dll</h6>
  <h5 id="C1_Web_Api_Report_ReportProvider_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class ReportProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class ReportProvider</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Api_Report_ReportProvider__ctor" data-uid="C1.Web.Api.Report.ReportProvider.#ctor">
          <a class="xref" href="C1.Web.Api.Report.ReportProvider.-ctor.html#C1_Web_Api_Report_ReportProvider__ctor">ReportProvider()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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="C1_Web_Api_Report_ReportProvider_CreateDocument_System_String_System_Collections_Specialized_NameValueCollection_" data-uid="C1.Web.Api.Report.ReportProvider.CreateDocument(System.String,System.Collections.Specialized.NameValueCollection)">
          <a class="xref" href="C1.Web.Api.Report.ReportProvider.CreateDocument.html#C1_Web_Api_Report_ReportProvider_CreateDocument_System_String_System_Collections_Specialized_NameValueCollection_">CreateDocument(string, NameValueCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the document for the specified report path.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportProvider_GetCatalogItem_System_String_System_String_System_Boolean_System_Collections_Specialized_NameValueCollection_" data-uid="C1.Web.Api.Report.ReportProvider.GetCatalogItem(System.String,System.String,System.Boolean,System.Collections.Specialized.NameValueCollection)">
          <a class="xref" href="C1.Web.Api.Report.ReportProvider.GetCatalogItem.html#C1_Web_Api_Report_ReportProvider_GetCatalogItem_System_String_System_String_System_Boolean_System_Collections_Specialized_NameValueCollection_">GetCatalogItem(string, string, bool, NameValueCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets catalog info of the specified path.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
