ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine.Aggregates Namespace / AggregateDataProviderExtension Class / ResolveAggregateFunction Method
aggregate data provider
expression

In This Topic
    ResolveAggregateFunction Method
    In This Topic
    Gets aggregate function by its name
    Syntax
    'Declaration
     
    Public Shared Function ResolveAggregateFunction( _
       ByVal provider As IAggregateDataProvider, _
       ByVal expr As ExpressionInfo _
    ) As AggregateFunction
    public static AggregateFunction ResolveAggregateFunction( 
       IAggregateDataProvider provider,
       ExpressionInfo expr
    )

    Parameters

    provider
    aggregate data provider
    expr
    expression

    Return Value

    Aggregate function type
    See Also