次の方法で共有


ReportSize.IsEmpty プロパティ

レポート サイズが設定されていないかどうかを示す値を取得します。

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

構文

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

value = instance.IsEmpty
public bool IsEmpty { get; }
public:
property bool IsEmpty {
    bool get ();
}
member IsEmpty : bool
function get IsEmpty () : boolean

プロパティ値

型: System.Boolean
レポート サイズが設定されていない場合は true、それ以外の場合は false。

関連項目

参照

ReportSize 構造体

Microsoft.ReportingServices.RdlObjectModel 名前空間