ComponentOne Reports for WPF
C1.C1Report Namespace / Section Class / Name Property

In This Topic
    Name Property (Section)
    In This Topic
    Gets or sets the Section name.
    Syntax
    'Declaration
     
    Public Property Name As String
    public string Name {get; set;}
    Remarks

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