# C1.Report.FieldBase.Section

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_FieldBase_Section_" data-uid="C1.Report.FieldBase.Section*">Section Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_FieldBase_Section_" data-uid="C1.Report.FieldBase.Section*"></a>
<h4 id="C1_Report_FieldBase_Section" data-uid="C1.Report.FieldBase.Section">Section</h4>
<div class="markdown level1 summary"><p>Gets or sets the section to which the field belongs.</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 SectionTypeEnum Section { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public Property Section As SectionTypeEnum</code></pre>
</div>
<h5 id="C1_Report_FieldBase_Section_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>To move a field from one section to another, set its <a class="xref" href="C1.Report.FieldBase.Section.html#C1_Report_FieldBase_Section">Section</a> property to a new value.</p>
</div>
</div>
