IReportViewerMessages.NoMoreMatches Property
Provides the text for the no more matches message.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
ReadOnly Property NoMoreMatches As String
'Usage
Dim instance As IReportViewerMessages
Dim value As String
value = instance.NoMoreMatches
string NoMoreMatches { get; }
property String^ NoMoreMatches {
String^ get ();
}
/** @property */
String get_NoMoreMatches ()
function get NoMoreMatches () : String
Property Value
A string value.
See Also
Reference
IReportViewerMessages Interface
IReportViewerMessages Members
Microsoft.Reporting.WinForms Namespace