言語

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

表現文字列です。

返品

True レポート式が集計式であれば、それ以外は false

適用対象