IReportViewerMessages.SelectAll Property
Provides text for the Select All item in a multivalue drop-down list box.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.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.WinForms Namespace