GroupExpressions Property
Gets a set of expressions by which to group the data.
Property Value
An
ExpressionInfoCollection object by which to group the data.
Grouping group = new Grouping();
group.GroupExpressions.Add(ExpressionInfo.FromString("=Fields!Category.Value"));