ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Tools Namespace / ExpressionInfoExtensions Class / GetAggregates Method
Expression to check.

In This Topic
    GetAggregates Method
    In This Topic
    Returns collection of aggregates used in the expression.
    Syntax
    'Declaration
     
    Public Shared Function GetAggregates( _
       ByVal e As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo _
    ) As GrapeCity.Enterprise.Data.DataEngine.Aggregates.AggregateInfo()
    public static GrapeCity.Enterprise.Data.DataEngine.Aggregates.AggregateInfo[] GetAggregates( 
       GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo e
    )

    Parameters

    e
    Expression to check.

    Return Value

    Array of GrapeCity.Enterprise.Data.DataEngine.Aggregates.AggregateInfo
    See Also