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

In This Topic
    DataTree Field
    In This Topic
    The actual result data tree.
    Syntax
    'Declaration
     
    Public ReadOnly DataTree As DataTree.Snapshot(Of Object)
    public readonly DataTree.Snapshot<object> DataTree
    Remarks
    This tree is based on the AggregateTree and contains filtered and sorted data with the final expressions values.
    See Also