Udostępnij za pośrednictwem


ReportExpression.IsAggregateExpression Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Specifies whether the report expression is an aggregate expression.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

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

Parameters

Return Value

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

See Also

Reference

ReportExpression Structure

Microsoft.ReportingServices.RdlObjectModel Namespace