# C1.C1Preview.RenderTable.HorzPageFooterOnLastPage

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_RenderTable_HorzPageFooterOnLastPage_" data-uid="C1.C1Preview.RenderTable.HorzPageFooterOnLastPage*">HorzPageFooterOnLastPage Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_RenderTable_HorzPageFooterOnLastPage_" data-uid="C1.C1Preview.RenderTable.HorzPageFooterOnLastPage*"></a>
<h4 id="C1_C1Preview_RenderTable_HorzPageFooterOnLastPage" data-uid="C1.C1Preview.RenderTable.HorzPageFooterOnLastPage">HorzPageFooterOnLastPage</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether a horizontal page footer, if defined (see <b>remarks</b>),
should be printed on the last of the pages spanned by the current table.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool HorzPageFooterOnLastPage { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property HorzPageFooterOnLastPage As Boolean</code></pre>
</div>
<h5 id="C1_C1Preview_RenderTable_HorzPageFooterOnLastPage_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>To define a horizontal page footer, create a row group on the current table,
and mark it as a page or column footer, e.g. like this:</p>
<pre><code class="lang-csharp">RenderTable rt = new RenderTable();
rt.RowGroups[10, 2].Footer = TableFooterEnum.All;</code></pre>
</div>
<h5 id="C1_C1Preview_RenderTable_HorzPageFooterOnLastPage_seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.C1Preview.RenderTable.RowGroups.html#C1_C1Preview_RenderTable_RowGroups">RowGroups</a></div>
    <div><a class="xref" href="C1.C1Preview.TableVectorGroup.Footer.html#C1_C1Preview_TableVectorGroup_Footer">Footer</a></div>
    <div><a class="xref" href="C1.C1Preview.TableFooterEnum.html">TableFooterEnum</a></div>
</div>
</div>
