We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.
All documentation
  • 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

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

    Open the example on JSFiddle.

    See also

    openingreportfile
    loadingreportfile
    reportcomplete
    reportfileerror