# C1.Report.FlexReport.Sections

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_FlexReport_Sections_" data-uid="C1.Report.FlexReport.Sections*">Sections Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_FlexReport_Sections_" data-uid="C1.Report.FlexReport.Sections*"></a>
<h4 id="C1_Report_FlexReport_Sections" data-uid="C1.Report.FlexReport.Sections">Sections</h4>
<div class="markdown level1 summary"><p>Gets the collection of <a class="xref" href="C1.Report.Section.html">Section</a> objects in the report definition.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public SectionCollection Sections { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public ReadOnly Property Sections As SectionCollection</code></pre>
</div>
<h5 id="C1_Report_FlexReport_Sections_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This collection always contains at least five items, which correspond to the standard report
sections that are always present: Detail, Header, Footer, PageHeader, and PageFooter.</p>
</div>
</div>
