Share via


ValidValue.Label Property

Gets a label for the valid value.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

'Declaration
Public ReadOnly Property Label As String
'Usage
Dim instance As ValidValue
Dim value As String

value = instance.Label
public string Label { get; }
public:
property String^ Label {
    String^ get ();
}
/** @property */
public String get_Label ()
public function get Label () : String

Property Value

A read-only String object.

See Also

Reference

ValidValue Class
ValidValue Members
Microsoft.Reporting.WinForms Namespace