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

In This Topic
    Create(AggregateFunction) Method
    In This Topic
    Creates aggregate for the specified function type with initial state.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal function As AggregateFunction _
    ) As Aggregate
    public static Aggregate Create( 
       AggregateFunction function
    )

    Parameters

    function
    Aggregate function.
    Remarks
    Used in ar.core for cumulative totals evaluation.
    See Also