Metodo ReportExpression.IsAggregateExpression

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Specifies whether the report expression is an aggregate expression.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Shared Function IsAggregateExpression ( _
    expression As String _
) As Boolean
'Utilizzo
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

Parametri

Valore restituito

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

Vedere anche

Riferimento

ReportExpression Struttura

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel