Método IsAggregateExpression
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
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
- expression
Tipo: System. . :: . .String
The expression string.
Valor de retorno
Tipo: System. . :: . .Boolean
A Boolean value.
Consulte também