All documentation
  • API Reference for older versions
  • reportfileloaded

    [starting from version: 2.3]

    It is triggered when the component loaded a report file. Next, the component starts the process of loading the data. For tracking that process use loadingdata.

    Example

    pivot.on('reportfileloaded', function () {
    alert('Report file loaded!');
    });

    See also

    ready
    update
    reportchange
    loadingdata