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()

屬性值

ValidValue[]

ValidValues 物件的陣列。

備註

這個屬性會提供有效的值清單,使用者必須從中選擇屬性值。

適用於