# GrapeCity.ActiveReports.Export.Excel.Page.ExcelRenderingExtension

## Content

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



  <h1 id="GrapeCity_ActiveReports_Export_Excel_Page_ExcelRenderingExtension" data-uid="GrapeCity.ActiveReports.Export.Excel.Page.ExcelRenderingExtension" class="text-break">ExcelRenderingExtension Class
</h1>
  <div class="markdown level0 summary"><p>Renders report layout to excel file.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">ExcelRenderingExtension</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Extensibility.Rendering.ITrackableRenderingExtension.html">ITrackableRenderingExtension</a></div>
    <div><a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Extensibility.Rendering.IRenderingExtension.html">IRenderingExtension</a></div>
    <div><a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Extensibility.Rendering.IConfigurable.html">IConfigurable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Export.Excel.Page.html">GrapeCity.ActiveReports.Export.Excel.Page</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Export.Excel.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Export_Excel_Page_ExcelRenderingExtension_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class ExcelRenderingExtension : ITrackableRenderingExtension, IRenderingExtension, IConfigurable</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Export_Excel_Page_ExcelRenderingExtension_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>In comparison to <a class="xref" href="GrapeCity.ActiveReports.Export.Excel.Page.ExcelTransformationDevice.html">ExcelTransformationDevice</a> it doesn't use templates and try to obtain layout, not plain data.
In comparison to <a class="xref" href="GrapeCity.ActiveReports.Export.Excel.Section.XlsExport.html">XlsExport</a> it doesn't use any intermediate formats, so output can be more WYSIWYG.</p>
</div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Excel_Page_ExcelRenderingExtension__ctor" data-uid="GrapeCity.ActiveReports.Export.Excel.Page.ExcelRenderingExtension.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Excel.Page.ExcelRenderingExtension.-ctor.html#GrapeCity_ActiveReports_Export_Excel_Page_ExcelRenderingExtension__ctor">ExcelRenderingExtension()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Excel_Page_ExcelRenderingExtension_GetSupportedSettings" data-uid="GrapeCity.ActiveReports.Export.Excel.Page.ExcelRenderingExtension.GetSupportedSettings">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Excel.Page.ExcelRenderingExtension.GetSupportedSettings.html#GrapeCity_ActiveReports_Export_Excel_Page_ExcelRenderingExtension_GetSupportedSettings">GetSupportedSettings()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the supported settings.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Excel_Page_ExcelRenderingExtension_GetSupportedSettings_System_Boolean_" data-uid="GrapeCity.ActiveReports.Export.Excel.Page.ExcelRenderingExtension.GetSupportedSettings(System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Excel.Page.ExcelRenderingExtension.GetSupportedSettings.html#GrapeCity_ActiveReports_Export_Excel_Page_ExcelRenderingExtension_GetSupportedSettings_System_Boolean_">GetSupportedSettings(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the supported settings.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Excel_Page_ExcelRenderingExtension_Render_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReport_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_" data-uid="GrapeCity.ActiveReports.Export.Excel.Page.ExcelRenderingExtension.Render(GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport,GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Excel.Page.ExcelRenderingExtension.Render.html#GrapeCity_ActiveReports_Export_Excel_Page_ExcelRenderingExtension_Render_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReport_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_">Render(IReport, StreamProvider)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders the specified report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Excel_Page_ExcelRenderingExtension_Render_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReport_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_GrapeCity_ActiveReports_Export_Excel_Page_ExcelRenderingExtensionSettings_System_Threading_CancellationToken_System_IProgress_GrapeCity_ActiveReports_Rendering_Export_ProgressInfo__" data-uid="GrapeCity.ActiveReports.Export.Excel.Page.ExcelRenderingExtension.Render(GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport,GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider,GrapeCity.ActiveReports.Export.Excel.Page.ExcelRenderingExtensionSettings,System.Threading.CancellationToken,System.IProgress{GrapeCity.ActiveReports.Rendering.Export.ProgressInfo})">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Excel.Page.ExcelRenderingExtension.Render.html#GrapeCity_ActiveReports_Export_Excel_Page_ExcelRenderingExtension_Render_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReport_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_GrapeCity_ActiveReports_Export_Excel_Page_ExcelRenderingExtensionSettings_System_Threading_CancellationToken_System_IProgress_GrapeCity_ActiveReports_Rendering_Export_ProgressInfo__">Render(IReport, StreamProvider, ExcelRenderingExtensionSettings, CancellationToken, IProgress&lt;ProgressInfo&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders the specified report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Excel_Page_ExcelRenderingExtension_Render_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReport_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_System_Collections_Specialized_NameValueCollection_" data-uid="GrapeCity.ActiveReports.Export.Excel.Page.ExcelRenderingExtension.Render(GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport,GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider,System.Collections.Specialized.NameValueCollection)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Excel.Page.ExcelRenderingExtension.Render.html#GrapeCity_ActiveReports_Export_Excel_Page_ExcelRenderingExtension_Render_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReport_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_System_Collections_Specialized_NameValueCollection_">Render(IReport, StreamProvider, NameValueCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders the specified report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Excel_Page_ExcelRenderingExtension_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.ExcelRenderingExtension.Render(GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport,GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider,System.Collections.Specialized.NameValueCollection,System.Threading.CancellationToken)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Excel.Page.ExcelRenderingExtension.Render.html#GrapeCity_ActiveReports_Export_Excel_Page_ExcelRenderingExtension_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)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders the specified report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Excel_Page_ExcelRenderingExtension_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.Excel.Page.ExcelRenderingExtension.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})">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Excel.Page.ExcelRenderingExtension.Render.html#GrapeCity_ActiveReports_Export_Excel_Page_ExcelRenderingExtension_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;)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders the specified report.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
