Share via


ValidValue.Label Property

Gets a label for the valid value.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.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.WebForms Namespace