ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine.Aggregates Namespace / Aggregate Structure / Combine Method

In This Topic
    Combine Method
    In This Topic
    Combines two aggregates into one.
    Syntax
    'Declaration
     
    Public Function Combine( _
       ByRef arg2 As Aggregate _
    ) As Aggregate
    public Aggregate Combine( 
       ref Aggregate arg2
    )

    Parameters

    arg2
    Remarks
    Used by ar.core for cumulative totals evaluation.
    See Also