Partilhar via


Método ReportExpression.IsAggregateExpression

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Specifies whether the report expression is an aggregate expression.

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

Valor de retorno

Tipo: System.Boolean
True if the report expression is an aggregate expression; otherwise, false.

Consulte também

Referência

ReportExpression Estrutura

Namespace Microsoft.ReportingServices.RdlObjectModel