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

## Content

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



  <h1 id="GrapeCity_ActiveReports_Export_Excel_Page_ExcelTransformationDevice" data-uid="GrapeCity.ActiveReports.Export.Excel.Page.ExcelTransformationDevice" class="text-break">ExcelTransformationDevice Class
</h1>
  <div class="markdown level0 summary"><p>Allows for the creation of an excel spreadsheet containing rendered data from a report.</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">ExcelTransformationDevice</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <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_ExcelTransformationDevice_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ExcelTransformationDevice : IRenderingExtension, IConfigurable</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Export_Excel_Page_ExcelTransformationDevice_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This export export allows to export just table data without layout-related expressions (page number, etc.),
with a lot of limitation: but the data looks similar to layout and export has good performance.</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_ExcelTransformationDevice__ctor" data-uid="GrapeCity.ActiveReports.Export.Excel.Page.ExcelTransformationDevice.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Excel.Page.ExcelTransformationDevice.-ctor.html#GrapeCity_ActiveReports_Export_Excel_Page_ExcelTransformationDevice__ctor">ExcelTransformationDevice()</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_ExcelTransformationDevice_GetSupportedSettings" data-uid="GrapeCity.ActiveReports.Export.Excel.Page.ExcelTransformationDevice.GetSupportedSettings">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Excel.Page.ExcelTransformationDevice.GetSupportedSettings.html#GrapeCity_ActiveReports_Export_Excel_Page_ExcelTransformationDevice_GetSupportedSettings">GetSupportedSettings()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the settings that are supported for rendering a report to Excel.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Excel_Page_ExcelTransformationDevice_GetSupportedSettings_System_Boolean_" data-uid="GrapeCity.ActiveReports.Export.Excel.Page.ExcelTransformationDevice.GetSupportedSettings(System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Excel.Page.ExcelTransformationDevice.GetSupportedSettings.html#GrapeCity_ActiveReports_Export_Excel_Page_ExcelTransformationDevice_GetSupportedSettings_System_Boolean_">GetSupportedSettings(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the settings that are supported for rendering a report to Excel.</p>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Excel.Page.ExcelTransformationDevice.Render.html#GrapeCity_ActiveReports_Export_Excel_Page_ExcelTransformationDevice_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 <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>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Excel.Page.ExcelTransformationDevice.Render.html#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)</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Excel.Page.ExcelTransformationDevice.Render.html#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)</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Excel.Page.ExcelTransformationDevice.Render.html#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)</a>
        </td>
        <td 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>
</td>
      </tr>
    </tbody>
  </table>

</div>
