ActiveReports Developer 7
GroupExpressions Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Grouping Class : GroupExpressions Property

Glossary Item Box

Gets a set of expressions by which to group the data.

Syntax

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

Property Value

An ExpressionInfoCollection object by which to group the data.

See Also