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