IReportViewerMessages.FindButtonText Property

 

Provides the text for a Find button.

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

Syntax

string FindButtonText { get; }
property String^ FindButtonText {
    String^ get();
}
abstract FindButtonText : string with get
ReadOnly Property FindButtonText As String

Property Value

Type: System.String

A string value.

See Also

IReportViewerMessages Interface
Microsoft.Reporting.WinForms Namespace

Return to top