ActiveReports Developer 7
DataGroupings Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataGrouping Class : DataGroupings Property

Glossary Item Box

Specifies the subgroupings contained within the current group.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property DataGroupings As DataGroupingCollection
C# 
public DataGroupingCollection DataGroupings {get;}

Remarks

If there are no subgroupings in the current collection, the current grouping is the inner-most grouping.

See Also