Partager via


Méthode ReportExpression.IsAggregateExpression

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Specifies whether the report expression is an aggregate expression.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Shared Function IsAggregateExpression ( _
    expression As String _
) As Boolean
'Utilisation
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

Paramètres

Valeur de retour

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

Voir aussi

Référence

ReportExpression Structure

Espace de noms Microsoft.ReportingServices.RdlObjectModel