次の方法で共有


ReportParameter.Nullable プロパティ

定義

パラメーターの値に null を設定できるかどうかを示します。

public:
 property bool Nullable { bool get(); void set(bool value); };
public bool Nullable { get; set; }
member this.Nullable : bool with get, set
Public Property Nullable As Boolean

プロパティ値

Boolean 値。 値が true の場合は、パラメーターの値に null を設定できることを示します。

適用対象