IReportViewerMessages.ViewReportButtonText-Eigenschaft

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

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

Syntax

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

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

Eigenschaftswert

Typ: System.String
Ein string-Wert.

Siehe auch

Verweis

IReportViewerMessages Schnittstelle

Microsoft.Reporting.WinForms-Namespace