IReportViewerMessages.SelectAValue Property

Provides the text for the Select a value prompt.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
ReadOnly Property SelectAValue As String
'Usage
Dim instance As IReportViewerMessages
Dim value As String

value = instance.SelectAValue
string SelectAValue { get; }
property String^ SelectAValue {
    String^ get ();
}
/** @property */
String get_SelectAValue ()
function get SelectAValue () : String

Property Value

A string value.

See Also

Reference

IReportViewerMessages Interface
IReportViewerMessages Members
Microsoft.Reporting.WebForms Namespace