ReportExpression.IsAggregateExpression(String) Method

Definition

Specifies whether the report expression is an aggregate expression.

public:
 static bool IsAggregateExpression(System::String ^ expression);
public static bool IsAggregateExpression (string expression);
static member IsAggregateExpression : string -> bool
Public Shared Function IsAggregateExpression (expression As String) As Boolean

Parameters

expression
String

The expression string.

Returns

True if the report expression is an aggregate expression; otherwise, false.

Applies to