共用方式為


ReportExpression.IsAggregateExpression 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Specifies whether the report expression is an aggregate expression.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Shared Function IsAggregateExpression ( _
    expression As String _
) As Boolean
'用途
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

參數

傳回值

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

請參閱

參考

ReportExpression 結構

Microsoft.ReportingServices.RdlObjectModel 命名空間