IsAggregateExpression メソッド
式が集計であるかどうかを示します。
名前空間: 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
式の文字列です。
戻り値
型: System. . :: . .Boolean
Boolean 値です。