IReportViewerMessages.FindButtonText-Eigenschaft

Stellt den Text für die Schaltfläche Suchen bereit.

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

Syntax

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

value = instance.FindButtonText
string FindButtonText { get; }
property String^ FindButtonText {
    String^ get ();
}
abstract FindButtonText : string
function get FindButtonText () : String

Eigenschaftswert

Typ: System.String
Ein Zeichenfolgenwert.

Siehe auch

Verweis

IReportViewerMessages Schnittstelle

Microsoft.Reporting.WebForms-Namespace