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