# GrapeCity.ActiveReports.Export.Excel.Page.ExcelTransformationDevice.Render

## Content

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



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



<a id="GrapeCity_ActiveReports_Export_Excel_Page_ExcelTransformationDevice_Render_" data-uid="GrapeCity.ActiveReports.Export.Excel.Page.ExcelTransformationDevice.Render*"></a>
<h4 id="GrapeCity_ActiveReports_Export_Excel_Page_ExcelTransformationDevice_Render_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReport_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_" data-uid="GrapeCity.ActiveReports.Export.Excel.Page.ExcelTransformationDevice.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 <a class="xref" href="../MESCIUS.ActiveReports.Core.Rendering/GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport.html">IReport</a> to the Excel file defined in streams with default 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 streamProvider)</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 to Excel.</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">streamProvider</span></td>
      <td><p>The stream used to create the Excel output file.</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_Excel_Page_ExcelTransformationDevice_Render_" data-uid="GrapeCity.ActiveReports.Export.Excel.Page.ExcelTransformationDevice.Render*"></a>
<h4 id="GrapeCity_ActiveReports_Export_Excel_Page_ExcelTransformationDevice_Render_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReport_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_System_Threading_CancellationToken_" data-uid="GrapeCity.ActiveReports.Export.Excel.Page.ExcelTransformationDevice.Render(GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport,GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider,System.Threading.CancellationToken)">Render(IReport, StreamProvider, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Renders the <a class="xref" href="../MESCIUS.ActiveReports.Core.Rendering/GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport.html">IReport</a> to the Excel file defined in streams with default 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 streamProvider, 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 to Excel.</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">streamProvider</span></td>
      <td><p>The stream used to create the Excel output file.</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>


<a id="GrapeCity_ActiveReports_Export_Excel_Page_ExcelTransformationDevice_Render_" data-uid="GrapeCity.ActiveReports.Export.Excel.Page.ExcelTransformationDevice.Render*"></a>
<h4 id="GrapeCity_ActiveReports_Export_Excel_Page_ExcelTransformationDevice_Render_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReport_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_System_Collections_Specialized_NameValueCollection_" data-uid="GrapeCity.ActiveReports.Export.Excel.Page.ExcelTransformationDevice.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 <a class="xref" href="../MESCIUS.ActiveReports.Core.Rendering/GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport.html">IReport</a> to the Excel file defined in streams with the defined 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 streamProvider, 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 to Excel.</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">streamProvider</span></td>
      <td><p>The stream used to create the Excel output file.</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 to use while creating the output file.</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_Excel_Page_ExcelTransformationDevice_Render_" data-uid="GrapeCity.ActiveReports.Export.Excel.Page.ExcelTransformationDevice.Render*"></a>
<h4 id="GrapeCity_ActiveReports_Export_Excel_Page_ExcelTransformationDevice_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.Excel.Page.ExcelTransformationDevice.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 <a class="xref" href="../MESCIUS.ActiveReports.Core.Rendering/GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport.html">IReport</a> to the Excel file defined in streams with the defined 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 streamProvider, 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 to Excel.</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">streamProvider</span></td>
      <td><p>The stream used to create the Excel output file.</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 to use while creating the output file.</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>
</div>
