ReportExpression.IsAggregateExpression(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.