I have a spinner in the container where the report will be displayed. I remove the spinner when the report is ready. The problem is that whereas i get success, i wait for a long time the report to be completed because the outputResource is pending for a long time.
I have used both success and events: reportCompleted of visualize but neither of them informed me in when the report is fully completed.
0 Answers:
No answers yet
I'm also displaying a spinner where the report will be displayed and i'm using reportCompleted. It works for me. It executes when the report is fully completed. Can you clarify what problem you're having?