# C1.Report.SectionCollection.Footer

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_SectionCollection_Footer_" data-uid="C1.Report.SectionCollection.Footer*">Footer Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_SectionCollection_Footer_" data-uid="C1.Report.SectionCollection.Footer*"></a>
<h4 id="C1_Report_SectionCollection_Footer" data-uid="C1.Report.SectionCollection.Footer">Footer</h4>
<div class="markdown level1 summary"><p>Returns a reference to the report footer section.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Section Footer { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property Footer As Section</code></pre>
</div>
<h5 id="C1_Report_SectionCollection_Footer_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property is equivalent to this[SectionTypeEnum.Footer].</p>
</div>
</div>
