IReportViewerMessages3.ExportDialogCancelButton Property

 

Gets the text displayed on the Cancel button in the Exporting dialog box after the user selects an export format.

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

Syntax

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

Property Value

Type: System.String

A string value that represents the text of the Cancel button.

See Also

IReportViewerMessages3 Interface
Microsoft.Reporting.WinForms Namespace

Return to top