[]
Represents the data necessary to render a report.
public sealed class ReportDataSnapshot
| Name | Description |
|---|---|
| ReportDataSnapshot(Report, Snapshot, Snapshot, IList<Action>, int) | Initializes a new instance of the ReportDataSnapshot class. |
| 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. |
| 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. |