IReportViewerMessages.ViewReportButtonText Property

Provides the text for the View Report button.

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

Syntax

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

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

Property Value

A string value.

See Also

Reference

IReportViewerMessages Interface
IReportViewerMessages Members
Microsoft.Reporting.WinForms Namespace