Compartir a través de


IsAggregateExpression Método

Indicates whether an expression is an aggregate.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Shared Function IsAggregateExpression ( _
    expression As String _
) As Boolean
'Uso
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

Parámetros

Valor devuelto

Tipo: System. . :: . .Boolean
A Boolean value.