ReportParameter.Nullable プロパティ
パラメーターの値に NULL を設定できるかどうかを示します。
名前空間: ReportService2005
アセンブリ: ReportService2005 (ReportService2005.dll)
構文
'宣言
Public Property Nullable As Boolean
Get
Set
'使用
Dim instance As ReportParameter
Dim value As Boolean
value = instance.Nullable
instance.Nullable = value
public bool Nullable { get; set; }
public:
property bool Nullable {
bool get ();
void set (bool value);
}
member Nullable : bool with get, set
function get Nullable () : boolean
function set Nullable (value : boolean)
プロパティ値
型: System.Boolean
Boolean 値です。値が true の場合は、パラメーターの値に NULL を設定できることを示します。