ValidValue.Value Property

 

Gets a valid value.

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

Syntax

public string Value { get; }
public:
property String^ Value {
    String^ get();
}
member Value : string with get
Public ReadOnly Property Value As String

Property Value

Type: System.String

A read-only String object.

See Also

ValidValue Class
Microsoft.Reporting.WinForms Namespace

Return to top