言語

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 Service Execution Web service proxyクラスに対応するNullableSpecifiedプロパティを持っています。 Nullableは読み取り専用でエンドユーザーが設定できないため、このプロパティを指定する必要はありません。 プロパティの指定についての詳細は、「 オプションのWebサービスオブジェクトの値を省略する」をご覧ください。

適用対象