ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine.Aggregates Namespace / Aggregate Structure / Accumulate(Variant) Method

In This Topic
    Accumulate(Variant) Method
    In This Topic
    Accumulates value into aggregate state.
    Syntax
    'Declaration
     
    Public Sub Accumulate( _
       ByVal variants As Variant _
    ) 
    public void Accumulate( 
       Variant variants
    )

    Parameters

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