Need a special offer?Find out if your project fits.
+
All documentation
API reference
  • 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

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

    Try on JSFiddle.

    See also

    loadingreportfile
    reportcomplete
    reportfileerror
    reportfilecancelled