# C1.Web.Api.Report.CustomReportProvider.CreateDocument

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Api_Report_CustomReportProvider_CreateDocument_" data-uid="C1.Web.Api.Report.CustomReportProvider.CreateDocument*">CreateDocument Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Api_Report_CustomReportProvider_CreateDocument_" data-uid="C1.Web.Api.Report.CustomReportProvider.CreateDocument*"></a>
<h4 id="C1_Web_Api_Report_CustomReportProvider_CreateDocument_System_String_System_Collections_Specialized_NameValueCollection_" data-uid="C1.Web.Api.Report.CustomReportProvider.CreateDocument(System.String,System.Collections.Specialized.NameValueCollection)">CreateDocument(string, NameValueCollection)</h4>
<div class="markdown level1 summary"><p>Creates the document for the specified report path.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected override C1DocumentSource CreateDocument(string path, NameValueCollection args)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overrides Function CreateDocument(path As String, args As NameValueCollection) As C1DocumentSource</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">path</span></td>
      <td><p>The relative path of the report.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.specialized.namevaluecollection">NameValueCollection</a></td>
      <td><span class="parametername">args</span></td>
      <td><p>The collection of HTTP query string variables.</p>
</td>
    </tr>
  </tbody>
</table>
<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><span class="xref">C1DocumentSource</span></td>
      <td><p>A <span class="xref">C1.Document.C1DocumentSource</span> created for the specified path.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="C1.Web.Api.Report.ReportProvider.CreateDocument.html#C1_Web_Api_Report_ReportProvider_CreateDocument_System_String_System_Collections_Specialized_NameValueCollection_">ReportProvider.CreateDocument(string, NameValueCollection)</a></div>
</div>
