# GrapeCity.ActiveReports.Extensibility.Rendering.ITrackableRenderingExtension.Render

## Content

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



<h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_ITrackableRenderingExtension_Render_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.ITrackableRenderingExtension.Render*">Render Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Extensibility_Rendering_ITrackableRenderingExtension_Render_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.ITrackableRenderingExtension.Render*"></a>
<h4 id="GrapeCity_ActiveReports_Extensibility_Rendering_ITrackableRenderingExtension_Render_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReport_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_System_Collections_Specialized_NameValueCollection_System_Threading_CancellationToken_System_IProgress_GrapeCity_ActiveReports_Rendering_Export_ProgressInfo__" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.ITrackableRenderingExtension.Render(GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport,GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider,System.Collections.Specialized.NameValueCollection,System.Threading.CancellationToken,System.IProgress{GrapeCity.ActiveReports.Rendering.Export.ProgressInfo})">Render(IReport, StreamProvider, NameValueCollection, CancellationToken, IProgress&lt;ProgressInfo&gt;)</h4>
<div class="markdown level1 summary"><p>Renders the report and track render progress.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void Render(IReport report, StreamProvider streams, NameValueCollection settings, CancellationToken cancel, IProgress&lt;ProgressInfo&gt; progress)</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="../MESCIUS.ActiveReports.Core.Rendering/GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport.html">IReport</a></td>
      <td><span class="parametername">report</span></td>
      <td><p>The report to render.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider.html">StreamProvider</a></td>
      <td><span class="parametername">streams</span></td>
      <td><p>Stream for output.</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">settings</span></td>
      <td><p>Settings used in the report.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></td>
      <td><span class="parametername">cancel</span></td>
      <td><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a> object that allows to interrupt rendering.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iprogress-1">IProgress</a>&lt;<a class="xref" href="../MESCIUS.ActiveReports.Core.Rendering/GrapeCity.ActiveReports.Rendering.Export.ProgressInfo.html">ProgressInfo</a>&gt;</td>
      <td><span class="parametername">progress</span></td>
      <td><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iprogress-1">IProgress&lt;T&gt;</a> is a provider for progress updates.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
