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)
 

Property Value

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