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

In This Topic
    Name Property (Group)
    In This Topic
    Gets or sets the group name.
    Syntax
    'Declaration
     
    Public Property Name As String
    public string Name {get; set;}
    Remarks
    The group name can be used as an index into the control's C1Report.Groups collection.
    See Also