# C1.Report.HdrFtrEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Report_HdrFtrEnum" data-uid="C1.Report.HdrFtrEnum" class="text-break">HdrFtrEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies where the Page Footer and Page Header sections are displayed.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Report.html">C1.Report</a></h6>
  <h6><strong>Assembly</strong>: C1.Report.dll</h6>
  <h5 id="C1_Report_HdrFtrEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum HdrFtrEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum HdrFtrEnum</code></pre>
  </div>
  <h5 id="C1_Report_HdrFtrEnum_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Use the members of this enumeration to set the value
of the <a class="xref" href="C1.Report.Layout.PageFooter.html#C1_Report_Layout_PageFooter">PageFooter</a> and <a class="xref" href="C1.Report.Layout.PageHeader.html#C1_Report_Layout_PageHeader">PageHeader</a> properties
in the <a class="xref" href="C1.Report.Layout.html">Layout</a> class.</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="C1_Report_HdrFtrEnum_AllPages">AllPages</td>
        <td><p>The page footer and header are printed on all pages of a report.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_HdrFtrEnum_NotWithReportFtr">NotWithReportFtr</td>
        <td><p>The page footer isn't printed on the same page as the report footer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_HdrFtrEnum_NotWithReportHdr">NotWithReportHdr</td>
        <td><p>The page header isn't printed on the same page as the report header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_HdrFtrEnum_NotWithReportHdrFtr">NotWithReportHdrFtr</td>
        <td><p>The page footer and header are not printed on a page that has either a report header or a report footer.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
