Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
ReadOnly Property ExportDialogCancelButton As String
'Usage
Dim instance As IReportViewerMessages3
Dim value As String
value = instance.ExportDialogCancelButton
string ExportDialogCancelButton { get; }
property String^ ExportDialogCancelButton {
String^ get ();
}
/** @property */
String get_ExportDialogCancelButton ()
function get ExportDialogCancelButton () : String
Property Value
A string value that represents the text of the Cancel button.
See Also
Reference
IReportViewerMessages3 Interface
IReportViewerMessages3 Members
Microsoft.Reporting.WinForms Namespace