ReportParameter.ValidValues 屬性

定義

參數可用的有效值。 唯讀。

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

屬性值

一個唯讀的物件陣列 ValidValue

備註

你可以在使用者介面中顯示參數的有效值。

適用於