[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Grouping.GroupExpressions

GroupExpressions Property

GroupExpressions

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

Declaration
public IList<ExpressionInfo> GroupExpressions { get; }
Property Value
Type Description
IList<ExpressionInfo>

An ExpressionInfoCollection object by which to group the data.

Examples
Grouping group = new Grouping();
group.GroupExpressions.Add(ExpressionInfo.FromString("=Fields!Category.Value"));