Méthode IsAggregateExpression
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
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
- expression
Type : System. . :: . .String
The expression string.
Valeur de retour
Type : System. . :: . .Boolean
A Boolean value.
Voir aussi