# C1.Report.Section.Name

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_Section_Name_" data-uid="C1.Report.Section.Name*">Name Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_Section_Name_" data-uid="C1.Report.Section.Name*"></a>
<h4 id="C1_Report_Section_Name" data-uid="C1.Report.Section.Name">Name</h4>
<div class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Report.Section.html">Section</a> name.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override string Name { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overrides Property Name As String</code></pre>
</div>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="C1.Report.ReportObject.Name.html#C1_Report_ReportObject_Name">ReportObject.Name</a></div>
<h5 id="C1_Report_Section_Name_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The section name can be used as an index into the control's <a class="xref" href="C1.Report.FlexReport.Sections.html#C1_Report_FlexReport_Sections">Sections</a> collection.</p>
<p>Section names are also used to identify fields in <b>VBScript</b> expressions.</p>
<p>Duplicate and empty section names are allowed, but should be avoided if you plan to use the section names 
in scripts or as indexers.</p>
</div>
</div>
