ActiveReports Developer 7
RowGroupings Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Matrix Class : RowGroupings Property

Glossary Item Box

Gets the set of row groupings for the matrix.

Syntax

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

Property Value

RowGroupingCollection indicating the set of row groupings for the matrix.

See Also