Need a special offer?Find out if your project fits.
+
All documentation
API reference
  • API Reference for older versions
  • reportfilecancelled

    [starting from version: 2.3]

    It is triggered when a user chooses Open -> Local report in the Toolbar and clicks the 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