Need a special offer?Find out if your project fits.
+
API reference
  • API Reference for older versions
  • Table of contents

    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