次の方法で共有


ReportExpression<T>.IsEmpty プロパティ

式オブジェクトが空かどうかを示す値を取得または設定します。

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

構文

'宣言
Public ReadOnly Property IsEmpty As Boolean 
    Get
'使用
Dim instance As ReportExpression 
Dim value As Boolean 

value = instance.IsEmpty
public bool IsEmpty { get; }
public:
virtual property bool IsEmpty {
    bool get () sealed;
}
abstract IsEmpty : bool 
override IsEmpty : bool
final function get IsEmpty () : boolean

プロパティ値

型: System.Boolean
式オブジェクト空の場合は true、空でない場合は false。

実装

IExpression.IsEmpty

関連項目

参照

ReportExpression<T> 構造体

Microsoft.ReportingServices.RdlObjectModel 名前空間