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

    [starting from version: 2.3]

    It is triggered when some error occurred during the loading of the report file.

    Example

    flexmonster.on('reportfileerror', function () {
      alert('Report file error!');
    });
    

    Open the example on JSFiddle.

    See also

    loadingreportfile
    reportcomplete