ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Data Namespace / ReportDataSnapshot Class / ReportDataSnapshot Constructor

In This Topic
    ReportDataSnapshot Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal reportDataDefinition As GrapeCity.Enterprise.Data.DataEngine.Def.Report, _
       ByVal aggregateTree As GrapeCity.Enterprise.Data.DataEngine.DataTree.Snapshot(Of Aggregate), _
       ByVal resultTree As GrapeCity.Enterprise.Data.DataEngine.DataTree.Snapshot(Of Object), _
       Optional ByVal finalizers As IList(Of Action), _
       Optional ByVal version As Integer _
    )
    public ReportDataSnapshot( 
       GrapeCity.Enterprise.Data.DataEngine.Def.Report reportDataDefinition,
       GrapeCity.Enterprise.Data.DataEngine.DataTree.Snapshot<Aggregate> aggregateTree,
       GrapeCity.Enterprise.Data.DataEngine.DataTree.Snapshot<object> resultTree,
       IList<Action> finalizers,
       int version
    )

    Parameters

    reportDataDefinition
    aggregateTree
    resultTree
    finalizers
    version
    See Also