次の方法で共有


ReportParameter.Nullable プロパティ

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

名前空間:  ReportExecution2005
アセンブリ:  ReportExecution2005 (ReportExecution2005.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 値です。

説明

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

関連項目

参照

ReportParameter クラス

ReportExecution2005 名前空間