# GrapeCity.ActiveReports.Core.Rendering.Data.ReportDataSnapshot.ResultTree

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Core_Rendering_Data_ReportDataSnapshot_ResultTree_" data-uid="GrapeCity.ActiveReports.Core.Rendering.Data.ReportDataSnapshot.ResultTree*">ResultTree Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Core_Rendering_Data_ReportDataSnapshot_ResultTree_" data-uid="GrapeCity.ActiveReports.Core.Rendering.Data.ReportDataSnapshot.ResultTree*"></a>
<h4 id="GrapeCity_ActiveReports_Core_Rendering_Data_ReportDataSnapshot_ResultTree" data-uid="GrapeCity.ActiveReports.Core.Rendering.Data.ReportDataSnapshot.ResultTree">ResultTree</h4>
<div class="markdown level1 summary"><p>Gets the tree of data.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public DataTree&lt;object&gt;.Snapshot ResultTree { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">DataTree</span>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>&gt;.<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">Snapshot</a></td>
      <td><p>The <span class="xref">GrapeCity.Enterprise.Data.DataEngine.DataTree&lt;T&gt;.Snapshot</span> object representing the tree of data.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
