# C1.Report.SubSection.PrintAtPageBottom

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_SubSection_PrintAtPageBottom_" data-uid="C1.Report.SubSection.PrintAtPageBottom*">PrintAtPageBottom Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_SubSection_PrintAtPageBottom_" data-uid="C1.Report.SubSection.PrintAtPageBottom*"></a>
<h4 id="C1_Report_SubSection_PrintAtPageBottom" data-uid="C1.Report.SubSection.PrintAtPageBottom">PrintAtPageBottom</h4>
<div class="markdown level1 summary"><p>For master report's sub-sections only, gets or sets a value
indicating whether the current sub section should print at the bottom
of the page immediately above the page footer, rather than right
below the detail. The default is <b>false</b>.</p>
<p>
This property is ignored for non-footer sections or for footers
of sub-reports.
</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Layout&quot;)]
[C1Description(&quot;SubSection.PrintAtPageBottom&quot;, &quot;Determines whether the sub-section prints at the bottom of each page immediately above the page footer (for master report only).&quot;)]
public bool PrintAtPageBottom { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Layout&quot;)&gt;
&lt;C1Description(&quot;SubSection.PrintAtPageBottom&quot;, &quot;Determines whether the sub-section prints at the bottom of each page immediately above the page footer (for master report only).&quot;)&gt;
Public Property PrintAtPageBottom As Boolean</code></pre>
</div>
</div>
