Initializes a new instance of the ReportDataSnapshot.
Syntax
'Declaration
Public Function New( _
ByVal As Def.Report, _
ByVal As DataTree(Of Aggregate), _
ByVal As DataTree(Of Object), _
Optional ByVal As IList(Of Action), _
Optional ByVal As Integer _
)
public ReportDataSnapshot(
Def.Report ,
DataTree<Aggregate> ,
DataTree<object> ,
IList<Action> ,
int
)
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.
See Also