ActiveReports 18 .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 GrapeCity.Enterprise.Data.DataEngine.DataTree.Snapshot(Of Aggregate)
    public GrapeCity.Enterprise.Data.DataEngine.DataTree.Snapshot<Aggregate> AggregateTree {get;}
    See Also