Gets the Group object defining data grouping. If Group is null, this is a static member (otherwise, this 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