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 値です。

注釈

Nullable プロパティの値は、Reporting Services 実行 Web サービスのプロキシ クラスの NullableSpecified プロパティに対応しています。 Nullable は読み取り専用であり、エンド ユーザーが設定することはできないため、このプロパティを指定する必要はありません。 プロパティの指定の詳細については、「 省略可能な Web サービス オブジェクトの値の省略」を参照してください。

適用対象