Exported: function (sender, args)
sender. Event source.
args. Event information.
The Exported event occurs when saving the report to the file of non-internal format.
To execute this example the HTML page must contain the ReportBox component named reportBox. Add a handler for the Exported event:
reportBox.getRibbonView().Exported.add(function (sender, args) {
alert("Report export")
})
After the user runs the main menu command Save As > [available export option]> and clicks the OK button in the export dialog box, the "Report Export" message is displayed.
See also: