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

In This Topic
    Group Property (TablixMember)
    In This Topic
    Gets the Group object defining data grouping. If this property is null, the current tablix member is a static member, otherwise it is a dynamic member.

    Not allowed if any ancestor group is a detail group.

    Syntax
    'Declaration
     
    Public ReadOnly Property Group As Group
    public Group Group {get;}
    See Also