ReportExpression.IsAggregateExpression Método
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Specifies whether the report expression is an aggregate expression.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: System.Boolean
True if the report expression is an aggregate expression; otherwise, false.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel