Setting.ValidValues 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
可以為此設定進行設定的一組值。
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 物件的集合,其中包含此設定的有效值。