IReportViewerMessages.SearchTextBoxToolTip Property

Provides the ToolTip text for the Search text box.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
ReadOnly Property SearchTextBoxToolTip As String
'Usage
Dim instance As IReportViewerMessages
Dim value As String

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

Property Value

A string value.

See Also

Reference

IReportViewerMessages Interface
IReportViewerMessages Members
Microsoft.Reporting.WebForms Namespace