[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.
The following API calls can be used only after the reportcomplete
event is triggered:
pivot.on('reportcomplete', function () {
alert('Report completed!');
});