# GrapeCity.ActiveReports.Export.Html.Page.HtmlRenderingExtension.Render

## Content

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



<h1 id="GrapeCity_ActiveReports_Export_Html_Page_HtmlRenderingExtension_Render_" data-uid="GrapeCity.ActiveReports.Export.Html.Page.HtmlRenderingExtension.Render*">Render Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Export_Html_Page_HtmlRenderingExtension_Render_" data-uid="GrapeCity.ActiveReports.Export.Html.Page.HtmlRenderingExtension.Render*"></a>
<h4 id="GrapeCity_ActiveReports_Export_Html_Page_HtmlRenderingExtension_Render_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReport_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_" data-uid="GrapeCity.ActiveReports.Export.Html.Page.HtmlRenderingExtension.Render(GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport,GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider)">Render(IReport, StreamProvider)</h4>
<div class="markdown level1 summary"><p>Renders the specified report.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Render(IReport report, StreamProvider streams)</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.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider.html">StreamProvider</a></td>
      <td><span class="parametername">streams</span></td>
      <td><p>The stream provider.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Extensibility.Rendering.IRenderingExtension.Render.html#GrapeCity_ActiveReports_Extensibility_Rendering_IRenderingExtension_Render_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReport_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_">IRenderingExtension.Render(IReport, StreamProvider)</a></div>


<a id="GrapeCity_ActiveReports_Export_Html_Page_HtmlRenderingExtension_Render_" data-uid="GrapeCity.ActiveReports.Export.Html.Page.HtmlRenderingExtension.Render*"></a>
<h4 id="GrapeCity_ActiveReports_Export_Html_Page_HtmlRenderingExtension_Render_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReport_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_System_Collections_Specialized_NameValueCollection_" data-uid="GrapeCity.ActiveReports.Export.Html.Page.HtmlRenderingExtension.Render(GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport,GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider,System.Collections.Specialized.NameValueCollection)">Render(IReport, StreamProvider, NameValueCollection)</h4>
<div class="markdown level1 summary"><p>Renders the specified report.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Render(IReport report, StreamProvider streams, NameValueCollection settings)</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.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider.html">StreamProvider</a></td>
      <td><span class="parametername">streams</span></td>
      <td><p>The stream provider.</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>The settings.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Extensibility.Rendering.IRenderingExtension.Render.html#GrapeCity_ActiveReports_Extensibility_Rendering_IRenderingExtension_Render_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReport_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_System_Collections_Specialized_NameValueCollection_">IRenderingExtension.Render(IReport, StreamProvider, NameValueCollection)</a></div>


<a id="GrapeCity_ActiveReports_Export_Html_Page_HtmlRenderingExtension_Render_" data-uid="GrapeCity.ActiveReports.Export.Html.Page.HtmlRenderingExtension.Render*"></a>
<h4 id="GrapeCity_ActiveReports_Export_Html_Page_HtmlRenderingExtension_Render_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReport_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_System_Collections_Specialized_NameValueCollection_System_Threading_CancellationToken_" data-uid="GrapeCity.ActiveReports.Export.Html.Page.HtmlRenderingExtension.Render(GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport,GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider,System.Collections.Specialized.NameValueCollection,System.Threading.CancellationToken)">Render(IReport, StreamProvider, NameValueCollection, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Renders the specified report.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Render(IReport report, StreamProvider streams, NameValueCollection settings, CancellationToken cancel)</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.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider.html">StreamProvider</a></td>
      <td><span class="parametername">streams</span></td>
      <td><p>The stream provider.</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>The settings.</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>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Extensibility.Rendering.IRenderingExtension.Render.html#GrapeCity_ActiveReports_Extensibility_Rendering_IRenderingExtension_Render_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReport_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_System_Collections_Specialized_NameValueCollection_System_Threading_CancellationToken_">IRenderingExtension.Render(IReport, StreamProvider, NameValueCollection, CancellationToken)</a></div>


<a id="GrapeCity_ActiveReports_Export_Html_Page_HtmlRenderingExtension_Render_" data-uid="GrapeCity.ActiveReports.Export.Html.Page.HtmlRenderingExtension.Render*"></a>
<h4 id="GrapeCity_ActiveReports_Export_Html_Page_HtmlRenderingExtension_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.Export.Html.Page.HtmlRenderingExtension.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 specified report.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public 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.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider.html">StreamProvider</a></td>
      <td><span class="parametername">streams</span></td>
      <td><p>The stream provider.</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>The settings.</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>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Extensibility.Rendering.ITrackableRenderingExtension.Render.html#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__">ITrackableRenderingExtension.Render(IReport, StreamProvider, NameValueCollection, CancellationToken, IProgress&lt;ProgressInfo&gt;)</a></div>
</div>
