IReportViewerMessages.SelectAll Property

Provides the text for the Select All item in a multivalue drop-down list box.

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

Syntax

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

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

Property Value

A string value.

See Also

Reference

IReportViewerMessages Interface
IReportViewerMessages Members
Microsoft.Reporting.WebForms Namespace