Share via


Propriété IReportViewerMessages.NoMoreMatches

Fournit le texte du message qui s'affiche quand aucune correspondance supplémentaire n'est disponible.

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

Syntaxe

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

value = instance.NoMoreMatches
string NoMoreMatches { get; }
property String^ NoMoreMatches {
    String^ get ();
}
abstract NoMoreMatches : string
function get NoMoreMatches () : 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