Condividi tramite


Proprietà Setting.ValidValues

A set of values that can be configured for the setting.

Spazio dei nomi  Microsoft.ReportingServices.Interfaces
Assembly:   Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintassi

'Dichiarazione
Public Property ValidValues As ValidValue()
    Get 
    Set
'Utilizzo
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[])

Valore proprietà

Tipo: array<Microsoft.ReportingServices.Interfaces.ValidValue[]
A collection of ValidValue objects containing the valid values for the setting.

Vedere anche

Riferimento

Setting Classe

Spazio dei nomi Microsoft.ReportingServices.Interfaces