Udostępnij za pośrednictwem


Właściwość Setting.ValidValues

A zestaw wartości, które mogą być skonfigurowane dla zestawting.

Przestrzeń nazw:  Microsoft.ReportingServices.Interfaces
Zestawy:   Microsoft.ReportingServices.Interfaces (w Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (w Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Składnia

'Deklaracja
Public Property ValidValues As ValidValue()
    Get
    Set
'Użycie
Dim instance As Setting
Dim value As ValidValue()

value = instance.ValidValues

instance.ValidValues = value
public ValidValue[] ValidValues { get; set; }
public:
property array<ValidValue^>^ ValidValues {
    array<ValidValue^>^ get ();
    void set (array<ValidValue^>^ value);
}
member ValidValues : ValidValue[] with get, set
function get ValidValues () : ValidValue[]
function set ValidValues (value : ValidValue[])

Wartość właściwości

Typ: array<Microsoft.ReportingServices.Interfaces.ValidValue[]
Kolekcja ValidValue obiekty zawierające prawidłowe wartości ustawienia.