reportfilecancelled
reportfilecancelled:String
[starting from version: 2.3]
It is triggered when customer uses menu Open -> Local report and clicks Cancel button.
Example
flexmonster.on('reportfilecancelled', function () { alert('Opening of report file was cancelled!'); });
Open the example on JSFiddle.
See also
openingreportfile
loadingreportfile
reportcomplete
reportfileerror