Partager via


Propriété ValidValue.Label

Obtient une étiquette pour la valeur valide.

Espace de noms :  Microsoft.Reporting.WinForms
Assembly :  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Label As String
    Get
'Utilisation
Dim instance As ValidValue
Dim value As String

value = instance.Label
public string Label { get; }
public:
property String^ Label {
    String^ get ();
}
member Label : string
function get Label () : String

Valeur de propriété

Type : System.String
Objet String en lecture seule.

Voir aussi

Référence

ValidValue Classe

Espace de noms Microsoft.Reporting.WinForms