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 集合。

适用于