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

## Content

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



  <h1 id="GrapeCity_ActiveReports_Core_Rendering_Data_ReportDataSnapshot" data-uid="GrapeCity.ActiveReports.Core.Rendering.Data.ReportDataSnapshot" class="text-break">ReportDataSnapshot Class
</h1>
  <div class="markdown level0 summary"><p>Represents the data necessary to render a report.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">ReportDataSnapshot</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Data.html">GrapeCity.ActiveReports.Core.Rendering.Data</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Core_Rendering_Data_ReportDataSnapshot_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class ReportDataSnapshot</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Rendering_Data_ReportDataSnapshot__ctor_GrapeCity_Enterprise_Data_DataEngine_Def_Report_GrapeCity_Enterprise_Data_DataEngine_DataTree_GrapeCity_Enterprise_Data_DataEngine_Aggregates_Aggregate__Snapshot_GrapeCity_Enterprise_Data_DataEngine_DataTree_System_Object__Snapshot_System_Collections_Generic_IList_System_Action__System_Int32_" data-uid="GrapeCity.ActiveReports.Core.Rendering.Data.ReportDataSnapshot.#ctor(GrapeCity.Enterprise.Data.DataEngine.Def.Report,GrapeCity.Enterprise.Data.DataEngine.DataTree{GrapeCity.Enterprise.Data.DataEngine.Aggregates.Aggregate}.Snapshot,GrapeCity.Enterprise.Data.DataEngine.DataTree{System.Object}.Snapshot,System.Collections.Generic.IList{System.Action},System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Data.ReportDataSnapshot.-ctor.html#GrapeCity_ActiveReports_Core_Rendering_Data_ReportDataSnapshot__ctor_GrapeCity_Enterprise_Data_DataEngine_Def_Report_GrapeCity_Enterprise_Data_DataEngine_DataTree_GrapeCity_Enterprise_Data_DataEngine_Aggregates_Aggregate__Snapshot_GrapeCity_Enterprise_Data_DataEngine_DataTree_System_Object__Snapshot_System_Collections_Generic_IList_System_Action__System_Int32_">ReportDataSnapshot(Report, Snapshot, Snapshot, IList&lt;Action&gt;, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Data.ReportDataSnapshot.html">ReportDataSnapshot</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Rendering_Data_ReportDataSnapshot_AggregateTree" data-uid="GrapeCity.ActiveReports.Core.Rendering.Data.ReportDataSnapshot.AggregateTree">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Data.ReportDataSnapshot.AggregateTree.html#GrapeCity_ActiveReports_Core_Rendering_Data_ReportDataSnapshot_AggregateTree">AggregateTree</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the tree of aggregates.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Rendering_Data_ReportDataSnapshot_ReportDataDefinition" data-uid="GrapeCity.ActiveReports.Core.Rendering.Data.ReportDataSnapshot.ReportDataDefinition">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Data.ReportDataSnapshot.ReportDataDefinition.html#GrapeCity_ActiveReports_Core_Rendering_Data_ReportDataSnapshot_ReportDataDefinition">ReportDataDefinition</a>
        </td>
        <td class="markdown level1 summary"><p>Get the definition of data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Rendering_Data_ReportDataSnapshot_ResultTree" data-uid="GrapeCity.ActiveReports.Core.Rendering.Data.ReportDataSnapshot.ResultTree">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Data.ReportDataSnapshot.ResultTree.html#GrapeCity_ActiveReports_Core_Rendering_Data_ReportDataSnapshot_ResultTree">ResultTree</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the tree of data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Rendering_Data_ReportDataSnapshot_Version" data-uid="GrapeCity.ActiveReports.Core.Rendering.Data.ReportDataSnapshot.Version">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Data.ReportDataSnapshot.Version.html#GrapeCity_ActiveReports_Core_Rendering_Data_ReportDataSnapshot_Version">Version</a>
        </td>
        <td class="markdown level1 summary"><p>Get the version of the data snapshot format.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Rendering_Data_ReportDataSnapshot_Load_System_IO_Stream_" data-uid="GrapeCity.ActiveReports.Core.Rendering.Data.ReportDataSnapshot.Load(System.IO.Stream)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Data.ReportDataSnapshot.Load.html#GrapeCity_ActiveReports_Core_Rendering_Data_ReportDataSnapshot_Load_System_IO_Stream_">Load(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads a report snapshot from a given stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Rendering_Data_ReportDataSnapshot_ReleaseDataSource" data-uid="GrapeCity.ActiveReports.Core.Rendering.Data.ReportDataSnapshot.ReleaseDataSource">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Data.ReportDataSnapshot.ReleaseDataSource.html#GrapeCity_ActiveReports_Core_Rendering_Data_ReportDataSnapshot_ReleaseDataSource">ReleaseDataSource()</a>
        </td>
        <td class="markdown level1 summary"><p>Releases related data sources.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Rendering_Data_ReportDataSnapshot_ResetAggregateTree" data-uid="GrapeCity.ActiveReports.Core.Rendering.Data.ReportDataSnapshot.ResetAggregateTree">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Data.ReportDataSnapshot.ResetAggregateTree.html#GrapeCity_ActiveReports_Core_Rendering_Data_ReportDataSnapshot_ResetAggregateTree">ResetAggregateTree()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the aggregate tree.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Rendering_Data_ReportDataSnapshot_Save_System_IO_Stream_System_Boolean_" data-uid="GrapeCity.ActiveReports.Core.Rendering.Data.ReportDataSnapshot.Save(System.IO.Stream,System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Data.ReportDataSnapshot.Save.html#GrapeCity_ActiveReports_Core_Rendering_Data_ReportDataSnapshot_Save_System_IO_Stream_System_Boolean_">Save(Stream, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the snapshot to the specified stream.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
