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

    reportcomplete

    [starting from version: 2.3]

    It is triggered when OLAP structure or data from the report, localization file, and all data source files were loaded successfully and the grid/chart was rendered. This event means the operations can be performed with the component.

    Example

    flexmonster.on('reportcomplete', function () {
      alert('Report completed!');
    });
    

    Try on JSFiddle.

    See also

    reportchange