ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Data Namespace / ReportDataSnapshot Class / AggregateTree Property

In This Topic
    AggregateTree Property
    In This Topic
    Gets the tree of aggregates.
    Syntax
    'Declaration
     
    Public ReadOnly Property AggregateTree As DataTree.Snapshot(Of Aggregate)
    public DataTree.Snapshot<Aggregate> AggregateTree {get;}

    Property Value

    The GrapeCity.Enterprise.Data.DataEngine.DataTree.Snapshot<T> object representing the tree of aggregates.
    See Also