次の方法で共有


ReportParameter.ValidValues プロパティ

パラメーター (エンド ユーザーの UI 用) に指定できる値を取得または設定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

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

value = instance.ValidValues

instance.ValidValues = value
public ValidValues ValidValues { get; set; }
public:
property ValidValues^ ValidValues {
    ValidValues^ get ();
    void set (ValidValues^ value);
}
member ValidValues : ValidValues with get, set
function get ValidValues () : ValidValues 
function set ValidValues (value : ValidValues)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ValidValues
ValidValues オブジェクト。

関連項目

参照

ReportParameter クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間