ComponentOne FlexReport for WinForms
Name Property (Section)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > Section Class : Name Property
Gets or sets the Section name.
Syntax
'Declaration
 
Public Overrides Property Name As System.String
public override System.string Name {get; set;}
Remarks

The section name can be used as an index into the control's C1FlexReport.Sections collection.

Section names are also used to identify fields in VBScript expressions.

Duplicate and empty section names are allowed, but should be avoided if you plan to use the section names in scripts or as indexers.

See Also

Reference

Section Class
Section Members