ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TablixMember Class / Grouping Property

In This Topic
    Grouping Property (TablixMember)
    In This Topic
    Gets or sets grouping, that defines the expressions by which to group the data. If omitted, this is a static member (otherwise, this is a dynamic member).
    Syntax
    'Declaration
     
    Public Property Grouping As Grouping
    public Grouping Grouping {get; set;}
    See Also