ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Grouping Class
Members Example

In This Topic
    Grouping Class
    In This Topic
    Represents an element that defines the expressions by which to group the data.
    Object Model
    Grouping Class
    Syntax
    'Declaration
     
    Public NotInheritable Class Grouping 
       Implements IValidateable 
    public sealed class Grouping : IValidateable  
    Example
    An example of creating a simple grouping:
    var grouping = new Grouping { Name = "TypeGroup", GroupExpressions = { "=Fields!Type.Value" } };
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.PageReportModel.Grouping

    See Also