ReportExpression.IsAggregateExpression(String) 方法

定義

指定報表運算式是否為彙總運算式。

public:
 static bool IsAggregateExpression(System::String ^ expression);
public static bool IsAggregateExpression (string expression);
static member IsAggregateExpression : string -> bool
Public Shared Function IsAggregateExpression (expression As String) As Boolean

參數

expression
String

運算式字串。

傳回

Boolean

如果報表運算式為彙總運算式則為 True,否則為 false

適用於