'Declaration Public Function New( _ ByVal reportDataDefinition As Def.Report, _ ByVal aggregateTree As DataTree(Of Aggregate), _ ByVal resultTree As DataTree(Of Object), _ Optional ByVal finalizers As IList(Of Action), _ Optional ByVal version As Integer _ )
public ReportDataSnapshot( Def.Report reportDataDefinition, DataTree<Aggregate> aggregateTree, DataTree<object> resultTree, IList<Action> finalizers, int version )
Parameters
- reportDataDefinition
- The data definition.
- aggregateTree
- The tree of aggregates.
- resultTree
- The final data tree.
- finalizers
- The list of callback methods to be called to release data sources.
- version
- The snapshot format version.