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.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public Group Group { get; }
Visual Basic
Public ReadOnly Property Group As Group
	Get

See Also