Метод IsAggregateExpression
Indicates whether an expression is an aggregate.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Shared Function IsAggregateExpression ( _
expression As String _
) As Boolean
'Применение
Dim expression As String
Dim returnValue As Boolean
returnValue = ReportExpression.IsAggregateExpression(expression)
public static bool IsAggregateExpression(
string expression
)
public:
static bool IsAggregateExpression(
String^ expression
)
static member IsAggregateExpression :
expression:string -> bool
public static function IsAggregateExpression(
expression : String
) : boolean
Параметры
- expression
Тип System. . :: . .String
The expression string.
Возвращаемое значение
Тип System. . :: . .Boolean
A Boolean value.