IReportViewerMessages.FindNextButtonText Property

Provides the text for the Find Next button.

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

Syntax

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

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

Property Value

A string value.

See Also

Reference

IReportViewerMessages Interface
IReportViewerMessages Members
Microsoft.Reporting.WebForms Namespace