[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.ContainsRunningValueOrRowNumber

ContainsRunningValueOrRowNumber Method

ContainsRunningValueOrRowNumber(ExpressionInfo)

Gets a value indicating whether the specified expression contains RunningValue or RowNumber invocation expressions.

Declaration
public static bool ContainsRunningValueOrRowNumber(this ExpressionInfo expression)
Parameters
Type Name Description
ExpressionInfo expression

An ExpressionInfo object to check for.

Returns
Type Description
bool

A bool value where true if the expression contains RunningValue or RowNumber; otherwise, false.