IReportViewerMessages.FindNextButtonToolTip Property

Provides the ToolTip text for the Find Next button.

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

Syntax

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

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

Property Value

A string value.

See Also

Reference

IReportViewerMessages Interface
IReportViewerMessages Members
Microsoft.Reporting.WebForms Namespace