次の方法で共有


ReportParameter.MultiValue プロパティ

パラメーターが複数の値をとれるかどうかを示します。

名前空間:  ReportExecution2005
アセンブリ:  ReportExecution2005 (ReportExecution2005.dll)

構文

'宣言
Public Property MultiValue As Boolean 
    Get 
    Set
'使用
Dim instance As ReportParameter 
Dim value As Boolean 

value = instance.MultiValue

instance.MultiValue = value
public bool MultiValue { get; set; }
public:
property bool MultiValue {
    bool get ();
    void set (bool value);
}
member MultiValue : bool with get, set
function get MultiValue () : boolean 
function set MultiValue (value : boolean)

プロパティ値

型: System.Boolean
読み取り専用の Boolean 値です。

説明

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

関連項目

参照

ReportParameter クラス

ReportExecution2005 名前空間