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

In This Topic
    ResultTree Property
    In This Topic
    Gets the tree of data.
    Syntax
    'Declaration
     
    Public ReadOnly Property ResultTree As DataTree.Snapshot(Of Object)
    public DataTree.Snapshot<object> ResultTree {get;}

    Property Value

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