[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.ContainsAggregates

ContainsAggregates Method

ContainsAggregates(ExpressionInfo)

Gets a value indicating whether the expression contains any aggregate functions.

Declaration
public static bool ContainsAggregates(this ExpressionInfo e)
Parameters
Type Name Description
ExpressionInfo e

An ExpressionInfo object to check for.

Returns
Type Description
bool

A bool value where true if the expression contains aggregates; otherwise, false.