Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Group Class / Name Property

In This Topic
    Name Property (Group)
    In This Topic
    Gets or sets name of the Group. No two group elements may have the same name. No group element may have the same name as a data set or a data region.
    Syntax
    'Declaration
     
    Public Property Name As String
    public string Name {get; set;}
    See Also