Partager via


Propriété ValidValues

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

The valid values.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ValidValues As IList(Of Object)
    Get
'Utilisation
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>

Valeur de propriété

Type : System.Collections.Generic. . :: . .IList< (Of < ( <'Object> ) > ) >
An IList<(Of <(<'T>)>)> object.