We have updated Flexmonster Software License Agreement, effective as of September 30, 2025 (list of changes)
All documentation

reportfileerror

[starting from version: 2.3]

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

Example

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

Open the example on JSFiddle.

See also

loadingreportfile
reportcomplete