# GrapeCity.ActiveReports.Export.Html.Page.RenderMode

## Content

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




  <h1 id="GrapeCity_ActiveReports_Export_Html_Page_RenderMode" data-uid="GrapeCity.ActiveReports.Export.Html.Page.RenderMode" class="text-break">RenderMode Enum
</h1>
  <div class="markdown level0 summary"><p>HTML rendering modes.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Page.html">GrapeCity.ActiveReports.Export.Html.Page</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Export.Html.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Export_Html_Page_RenderMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum RenderMode</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Export_Html_Page_RenderMode_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This enumeration should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.</p>
</div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Page_RenderMode_Galley">Galley</td>
        <td><p>The report will be rendered in HTML with one page header, one page footer (if they exist) and the report body will be rendered in one large section.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Page_RenderMode_Paginated">Paginated</td>
        <td><p>The report will be rendered in HTML with a page head and page footer for each page (if they exist) and the positions will be determined by the report's page height.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
