Condividi tramite


Proprietà EnumProperty.ValidValues

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the valid values.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ValidValues As IList(Of Object)
    Get
'Utilizzo
Dim instance As EnumProperty 
Dim value As IList(Of Object)

value = instance.ValidValues
public IList<Object> ValidValues { get; }
public:
property IList<Object^>^ ValidValues {
    IList<Object^>^ get ();
}
member ValidValues : IList<Object>
function get ValidValues () : IList<Object>

Valore proprietà

Tipo: System.Collections.Generic.IList<Object>
An IList<T> object.

Vedere anche

Riferimento

EnumProperty Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel