Hi again,
I'd like to get the progress of the report loading so I could develop a custom progress bar.
I'm using the angular module, and I was looking for a event emitter to subscribe to. I don't find any event telling the actual progress of the loading : only start and end.
Did I missed something ?
Regards
Hi,
Thank you for posting your question.
At the moment, it is only possible to track the start and the end of the report loading – more specifically, by using the loadingreportfile
& reportcomplete
events.
The same rule applies to the input data loading itself – you can detect the moments when the loading starts and ends (e.g. using loadingdata
& dataloaded
events).
For the full list of Flexmonster events please check out the following documentation page: https://www.flexmonster.com/api/events
We hope this helps.
Best regards,
Mykhailo