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

## Content

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



  <h1 id="GrapeCity_ActiveReports_Export_Text_Page_RenderingExtensionBase_1" data-uid="GrapeCity.ActiveReports.Export.Text.Page.RenderingExtensionBase`1" class="text-break">RenderingExtensionBase&lt;TSettings&gt; Class
</h1>
  <div class="markdown level0 summary"><p>For internal use only. Base class for simple rendering extension.</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">RenderingExtensionBase&lt;TSettings&gt;</span></div>
      <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Export.Text.Page.ConfigurableRenderingExtension-1.html">ConfigurableRenderingExtension&lt;TSettings&gt;</a></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>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Export.Text.Page.html">GrapeCity.ActiveReports.Export.Text.Page</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Export.Xml.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Export_Text_Page_RenderingExtensionBase_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class RenderingExtensionBase&lt;TSettings&gt; : IRenderingExtension where TSettings : new()</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">TSettings</span></td>
        <td></td>
      </tr>
    </tbody>
  </table>
  <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_Text_Page_RenderingExtensionBase_1__ctor" data-uid="GrapeCity.ActiveReports.Export.Text.Page.RenderingExtensionBase`1.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Text.Page.RenderingExtensionBase-1.-ctor.html#GrapeCity_ActiveReports_Export_Text_Page_RenderingExtensionBase_1__ctor">RenderingExtensionBase()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</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_Text_Page_RenderingExtensionBase_1__defaults" data-uid="GrapeCity.ActiveReports.Export.Text.Page.RenderingExtensionBase`1._defaults">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Text.Page.RenderingExtensionBase-1._defaults.html">_defaults</a>
        </td>
        <td class="markdown level1 summary"><p>The default settings.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</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_Text_Page_RenderingExtensionBase_1_Defaults" data-uid="GrapeCity.ActiveReports.Export.Text.Page.RenderingExtensionBase`1.Defaults">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Text.Page.RenderingExtensionBase-1.Defaults.html#GrapeCity_ActiveReports_Export_Text_Page_RenderingExtensionBase_1_Defaults">Defaults</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default settings.</p>
</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_Text_Page_RenderingExtensionBase_1_ApplySettings_System_Object_System_Collections_Specialized_NameValueCollection_" data-uid="GrapeCity.ActiveReports.Export.Text.Page.RenderingExtensionBase`1.ApplySettings(System.Object,System.Collections.Specialized.NameValueCollection)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Text.Page.RenderingExtensionBase-1.ApplySettings.html#GrapeCity_ActiveReports_Export_Text_Page_RenderingExtensionBase_1_ApplySettings_System_Object_System_Collections_Specialized_NameValueCollection_">ApplySettings(object, NameValueCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Applys settings for the rendering extension.</p>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Text.Page.RenderingExtensionBase-1.Render.html#GrapeCity_ActiveReports_Export_Text_Page_RenderingExtensionBase_1_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_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)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Text.Page.RenderingExtensionBase-1.Render.html#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)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders the specified report with the specified settings.</p>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Text.Page.RenderingExtensionBase-1.Render.html#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)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders the specified report with the specified settings.</p>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Text.Page.RenderingExtensionBase-1.Render.html#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)</a>
        </td>
        <td class="markdown level1 summary"><p>When overridden in a derived class, renders the report using the provided settings and streams.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
