IReportViewerMessages.TextNotFound Property
Provides the text for the 'text not found' message.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
ReadOnly Property TextNotFound As String
'Usage
Dim instance As IReportViewerMessages
Dim value As String
value = instance.TextNotFound
string TextNotFound { get; }
property String^ TextNotFound {
String^ get ();
}
/** @property */
String get_TextNotFound ()
function get TextNotFound () : String
Property Value
A string value.
See Also
Reference
IReportViewerMessages Interface
IReportViewerMessages Members
Microsoft.Reporting.WebForms Namespace