IsAggregateExpression 方法
此 API 支援 基礎結構,但無法直接從您的程式碼使用。
命名空間: 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
參數
- expression
型別:System. . :: . .String
The expression string.
傳回值
型別:System. . :: . .Boolean
A Boolean value.