Proprietà ValidValue.Label

Recupera un'etichetta per il valore valido.

Spazio dei nomi  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Label As String
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
Oggetto String di sola lettura.

Vedere anche

Riferimento

ValidValue Classe

Spazio dei nomi Microsoft.Reporting.WinForms