次の方法で共有


ReportParameter.AllowBlank プロパティ

空の文字列がパラメーターの有効な値かどうかを示します。

名前空間:  ReportService2005
アセンブリ:  ReportService2005 (ReportService2005.dll)

構文

'宣言
Public Property AllowBlank As Boolean 
    Get 
    Set
'使用
Dim instance As ReportParameter 
Dim value As Boolean 

value = instance.AllowBlank

instance.AllowBlank = value
public bool AllowBlank { get; set; }
public:
property bool AllowBlank {
    bool get ();
    void set (bool value);
}
member AllowBlank : bool with get, set
function get AllowBlank () : boolean 
function set AllowBlank (value : boolean)

プロパティ値

型: System.Boolean
Boolean 値です。値が true の場合は、空の文字列がパラメーターの有効な値であることを示します。

説明

ReportParameter の Type プロパティが String でない場合、この値は無視されます。

関連項目

参照

ReportParameter クラス

ReportService2005 名前空間