언어

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 집합입니다.

적용 대상