
'Declaration Public NotInheritable Class Grouping Implements IValidateable
public sealed class Grouping : IValidateable
var grouping = new Grouping { Name = "TypeGroup", GroupExpressions = { "=Fields!Type.Value" } };
System.Object
GrapeCity.ActiveReports.PageReportModel.Grouping