# GrapeCity.ActiveReports.Export.Excel.Page.ExcelRenderingExtensionPageSettings.PageOrientation

## Content

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




  <h1 id="GrapeCity_ActiveReports_Export_Excel_Page_ExcelRenderingExtensionPageSettings_PageOrientation" data-uid="GrapeCity.ActiveReports.Export.Excel.Page.ExcelRenderingExtensionPageSettings.PageOrientation" class="text-break">ExcelRenderingExtensionPageSettings.PageOrientation Enum
</h1>
  <div class="markdown level0 summary"><p>Valid paper orientation values.</p>
</div>
  <div class="markdown level0 conceptual"></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_ExcelRenderingExtensionPageSettings_PageOrientation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ExcelRenderingExtensionPageSettings.PageOrientation</code></pre>
  </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_Excel_Page_ExcelRenderingExtensionPageSettings_PageOrientation_Default">Default</td>
        <td><p>Default printer orientation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Excel_Page_ExcelRenderingExtensionPageSettings_PageOrientation_Landscape">Landscape</td>
        <td><p>Landscape orientation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Excel_Page_ExcelRenderingExtensionPageSettings_PageOrientation_Portrait">Portrait</td>
        <td><p>Portrait orientation.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
