Setting.ValidValues 屬性

定義

可以為此設定進行設定的一組值。

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

屬性值

ValidValue[]

ValidValue 物件的集合,其中包含此設定的有效值。

適用於