次の方法で共有


ReportParameterInfo.AllowBlank プロパティ

パラメーターに対して空の文字列が有効な値であるかどうかを指定します。読み取り専用。

名前空間:  Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll)

構文

'宣言
Public ReadOnly Property AllowBlank As Boolean
    Get
'使用
Dim instance As ReportParameterInfo
Dim value As Boolean

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

プロパティ値

型: System.Boolean
読み取り専用のブール値。

説明

DataType プロパティの値が文字列でない場合、AllowBlank プロパティは無視されます。

関連項目

参照

ReportParameterInfo クラス

Microsoft.Reporting.WinForms 名前空間