IReportViewerMessages.FindButtonText Property

Provides the text for a Find button.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

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

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

Property Value

A string value.

See Also

Reference

IReportViewerMessages Interface
IReportViewerMessages Members
Microsoft.Reporting.WinForms Namespace