ValidValue.Value Property
Gets a valid value.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Public ReadOnly Property Value As String
'Usage
Dim instance As ValidValue
Dim value As String
value = instance.Value
public string Value { get; }
public:
property String^ Value {
String^ get ();
}
/** @property */
public String get_Value ()
public function get Value () : String
Property Value
A read-only string object.
See Also
Reference
ValidValue Class
ValidValue Members
Microsoft.Reporting.WebForms Namespace