次の方法で共有


IExpression.IsExpression プロパティ

Value に式が含まれているかどうかを示します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
ReadOnly Property IsExpression As Boolean 
    Get
'使用
Dim instance As IExpression 
Dim value As Boolean 

value = instance.IsExpression
bool IsExpression { get; }
property bool IsExpression {
    bool get ();
}
abstract IsExpression : bool
function get IsExpression () : boolean

プロパティ値

型: System.Boolean
Boolean 値。

関連項目

参照

IExpression インターフェイス

Microsoft.ReportingServices.RdlObjectModel 名前空間