次の方法で共有


ReportParameterInfo.Nullable プロパティ

パラメーターの値として nullNULL 参照 (Visual Basic では Nothing) が有効かどうかを示します。読み取り専用です。

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

構文

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

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

プロパティ値

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

関連項目

参照

ReportParameterInfo クラス

Microsoft.Reporting.WebForms 名前空間