Proprietà IReportViewerMessages.NoMoreMatches

Testo del messaggio relativo all'impossibilità di trovare altre corrispondenze.

Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Sintassi

'Dichiarazione
ReadOnly Property NoMoreMatches As String
'Utilizzo
Dim instance As IReportViewerMessages
Dim value As String

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

Valore proprietà

Valore stringa.

Vedere anche

Riferimento

Interfaccia IReportViewerMessages
Membri IReportViewerMessages
Spazio dei nomi Microsoft.Reporting.WebForms