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
  • openingreportfile

    [starting from version: 2.3]

    It is triggered when:

    1. A user chooses Open -> Local report in the Toolbar.
    2. The open() method is called.

    To track when this report will be loading, use loadingreportfile. To make sure that loading of the report was successful, use reportcomplete.

    Example

    pivot.on('openingreportfile', function () {
    alert('Opening report file!');
    });

    Try on JSFiddle.

    See also

    loadingreportfile
    reportcomplete
    reportfileerror
    reportfilecancelled