ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine Namespace / DataProcessor.Result Structure / AggregateTree Field

In This Topic
    AggregateTree Field
    In This Topic
    An intermediate tree that contains the states of the aggregation functions and is used to construct the resulting tree applying filters and sorts.
    Syntax
    'Declaration
     
    Public ReadOnly AggregateTree As DataTree.Snapshot(Of Aggregate)
    public readonly DataTree.Snapshot<Aggregate> AggregateTree
    Remarks
    Using this tree you can build the result data tree multiple times applying interactive state. See GrapeCity.Enterprise.Data.DataEngine.DataProcessor.Transform(GrapeCity.Enterprise.Data.DataEngine.DataTree{GrapeCity.Enterprise.Data.DataEngine.Aggregates.Aggregate}.Snapshot,GrapeCity.Enterprise.Data.DataEngine.Def.Report,GrapeCity.Enterprise.Data.DataEngine.InteractiveState,GrapeCity.Enterprise.Data.DataEngine.ReportContextFn) method.
    See Also