# GrapeCity.ActiveReports.Viewer.Common.Internal.BaseApplicationContext.CreateReport

## Content

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



<h1 id="GrapeCity_ActiveReports_Viewer_Common_Internal_BaseApplicationContext_CreateReport_" data-uid="GrapeCity.ActiveReports.Viewer.Common.Internal.BaseApplicationContext.CreateReport*">CreateReport Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Viewer_Common_Internal_BaseApplicationContext_CreateReport_" data-uid="GrapeCity.ActiveReports.Viewer.Common.Internal.BaseApplicationContext.CreateReport*"></a>
<h4 id="GrapeCity_ActiveReports_Viewer_Common_Internal_BaseApplicationContext_CreateReport_GrapeCity_Viewer_Common_DocumentFormat_" data-uid="GrapeCity.ActiveReports.Viewer.Common.Internal.BaseApplicationContext.CreateReport(GrapeCity.Viewer.Common.DocumentFormat)">CreateReport(DocumentFormat)</h4>
<div class="markdown level1 summary"><p>Creates loader for documents with specific formats</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ReportModelBase CreateReport(DocumentFormat format)</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="GrapeCity.Viewer.Common.DocumentFormat.html">DocumentFormat</a></td>
      <td><span class="parametername">format</span></td>
      <td><p>Format of the document</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">ReportModelBase</span></td>
      <td><p>Created loader</p>
</td>
    </tr>
  </tbody>
</table>
</div>
