Propriété IReportViewerMessages.SelectAll

Fournit le texte pour l'élément Sélectionner tout d'une zone de liste déroulante à valeurs multiples.

Espace de noms :  Microsoft.Reporting.WebForms
Assembly :  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
ReadOnly Property SelectAll As String
    Get
'Utilisation
Dim instance As IReportViewerMessages
Dim value As String

value = instance.SelectAll
string SelectAll { get; }
property String^ SelectAll {
    String^ get ();
}
abstract SelectAll : string
function get SelectAll () : String

Valeur de propriété

Type : System.String
Valeur de type chaîne.

Voir aussi

Référence

IReportViewerMessages Interface

Espace de noms Microsoft.Reporting.WebForms