次の方法で共有


ReportParameter.Nullable プロパティ

定義

パラメーターの値に Boolean を使用できるかどうかを示す null 値を取得します。

public:
 property bool Nullable { bool get(); };
public bool Nullable { get; }
member this.Nullable : bool
Public ReadOnly Property Nullable As Boolean

プロパティ値

レポート パラメーターに Null を使用できるかどうかを示す Boolean 値です。 値が true の場合は、パラメーターに NULL を使用できます。 値が false の場合は、パラメーターに NULL を使用できません。

適用対象