ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataGrouping Class / DataGroupings Property

In This Topic
    DataGroupings Property
    In This Topic
    Specifies the subgroupings contained within the current group.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataGroupings As DataGroupingCollection
    public DataGroupingCollection DataGroupings {get;}
    Remarks
    If there are no subgroupings in the current collection, the current grouping is the inner-most grouping.
    See Also