[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.Data.ReportDataSnapshot

ReportDataSnapshot Class

Represents the data necessary to render a report.

Inheritance
ReportDataSnapshot
Namespace: GrapeCity.ActiveReports.Core.Rendering.Data
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public sealed class ReportDataSnapshot

Constructors

Name Description
ReportDataSnapshot(Report, Snapshot, Snapshot, IList<Action>, int)

Initializes a new instance of the ReportDataSnapshot class.

Properties

Name Description
AggregateTree

Gets the tree of aggregates.

ReportDataDefinition

Get the definition of data.

ResultTree

Gets the tree of data.

Version

Get the version of the data snapshot format.

Methods

Name Description
Load(Stream)

Loads a report snapshot from a given stream.

ReleaseDataSource()

Releases related data sources.

ResetAggregateTree()

Resets the aggregate tree.

Save(Stream, bool)

Saves the snapshot to the specified stream.

Extension Methods