# GrapeCity.ActiveReports.Export.Text.Page.RenderingExtensionBase-1.Render

## Content

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



<h1 id="GrapeCity_ActiveReports_Export_Text_Page_RenderingExtensionBase_1_Render_" data-uid="GrapeCity.ActiveReports.Export.Text.Page.RenderingExtensionBase`1.Render*">Render Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Export_Text_Page_RenderingExtensionBase_1_Render_" data-uid="GrapeCity.ActiveReports.Export.Text.Page.RenderingExtensionBase`1.Render*"></a>
<h4 id="GrapeCity_ActiveReports_Export_Text_Page_RenderingExtensionBase_1_Render_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReport_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_" data-uid="GrapeCity.ActiveReports.Export.Text.Page.RenderingExtensionBase`1.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 to render.</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>Stream for output.</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_Text_Page_RenderingExtensionBase_1_Render_" data-uid="GrapeCity.ActiveReports.Export.Text.Page.RenderingExtensionBase`1.Render*"></a>
<h4 id="GrapeCity_ActiveReports_Export_Text_Page_RenderingExtensionBase_1_Render_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReport_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_System_Collections_Specialized_NameValueCollection_" data-uid="GrapeCity.ActiveReports.Export.Text.Page.RenderingExtensionBase`1.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 with the specified settings.</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 to render.</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>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>
  </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_Text_Page_RenderingExtensionBase_1_Render_" data-uid="GrapeCity.ActiveReports.Export.Text.Page.RenderingExtensionBase`1.Render*"></a>
<h4 id="GrapeCity_ActiveReports_Export_Text_Page_RenderingExtensionBase_1_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.Text.Page.RenderingExtensionBase`1.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 with the specified settings.</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 to render.</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>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>
  </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_Text_Page_RenderingExtensionBase_1_Render_" data-uid="GrapeCity.ActiveReports.Export.Text.Page.RenderingExtensionBase`1.Render*"></a>
<h4 id="GrapeCity_ActiveReports_Export_Text_Page_RenderingExtensionBase_1_Render__0_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReport_System_Threading_CancellationToken_" data-uid="GrapeCity.ActiveReports.Export.Text.Page.RenderingExtensionBase`1.Render(`0,GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider,GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport,System.Threading.CancellationToken)">Render(TSettings, StreamProvider, IReport, CancellationToken)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected abstract void Render(TSettings settings, StreamProvider streams, IReport report, 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><span class="xref">TSettings</span></td>
      <td><span class="parametername">settings</span></td>
      <td></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></td>
    </tr>
    <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></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></td>
    </tr>
  </tbody>
</table>
</div>
