次の方法で共有


ReportParameter.ValidValues プロパティ

定義

パラメーターに使用できる ValidValues オブジェクトです。

public:
 property cli::array <ReportService2005::ValidValue ^> ^ ValidValues { cli::array <ReportService2005::ValidValue ^> ^ get(); void set(cli::array <ReportService2005::ValidValue ^> ^ value); };
public ReportService2005.ValidValue[] ValidValues { get; set; }
member this.ValidValues : ReportService2005.ValidValue[] with get, set
Public Property ValidValues As ValidValue()

プロパティ値

ValidValues オブジェクトの配列。

注釈

このプロパティは、ユーザーがプロパティ値を選択する必要がある、有効な値の一覧を提供します。

適用対象