ActiveReports Developer 7
DataRowGroupings Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > CustomData Class : DataRowGroupings Property

Glossary Item Box

A DataGroupingCollection containing the row groupings for the data.

Syntax

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

See Also