☝️Small business or a startup? See if you qualify for our special offer.
+
All documentation

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

pivot.on('reportfilecancelled', function () {
alert('Opening of report file was cancelled!');
});

Open the example on JSFiddle.

See also

openingreportfile
loadingreportfile
reportcomplete
reportfileerror