ActiveReports 12
ReportDataSnapshot Constructor

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports Namespace > ReportDataSnapshot Class : ReportDataSnapshot Constructor
The data definition.
The tree of aggregates.
The final data tree.
The list of callback methods to be called to release data sources.
The snapshot format version.
Initializes a new instance of the ReportDataSnapshot.
Syntax
'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 _
)

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

Reference

ReportDataSnapshot Class
ReportDataSnapshot Members