[]
Gets or sets the Section name.
public override string Name { get; set; }
<p>The section name can be used as an index into the control's <xref href="C1.WPF.FlexReport.C1FlexReport.Sections" data-throw-if-not-resolved="false"></xref> 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.