[]
        
(Showing Draft Content)

C1.Report.Section.Name

Name Property

Name

Gets or sets the Section name.

Declaration
public override string Name { get; set; }
Overrides
Remarks

The section name can be used as an index into the control's 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.