We have updated Flexmonster Software License Agreement, effective as of September 30, 2025 (list of changes)
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