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
Boolean 値です。

実装

IExpression. . :: . .IsEmpty