Need a special offer?Find out if your project fits.
+
All documentation
API reference
  • API Reference for older versions
  • loadingreportfile

    [starting from version: 2.3]

    It is triggered when a report file started loading. To make sure that loading of the report was successful use reportcomplete. To catch any errors use reportfileerror.

    Example

    flexmonster.on('loadingreportfile', function () {
      alert('Loading report file!');
    });
    

    Open the example on JSFiddle.

    See also

    reportcomplete
    reportfileerror