IReportViewerMessages.ExportButtonText Property

Provides the text for the Export button.

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

Syntax

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

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

Property Value

A string value.

See Also

Reference

IReportViewerMessages Interface
IReportViewerMessages Members
Microsoft.Reporting.WebForms Namespace