I have an infinite progress indicator for lengthy reports.
It works well for loading of datasets and then displaying the report.
However I have one dataset that is quite large, and I am trying to determine when the report is displayed.
I set the DataSource, Selection Filter and then set the report to the reportviewer (nothing displayed yet)
I handle the following events: report::InitReport, viewer::Load viewer::Navigate all 3 fire long before the report is ever displayed (~ 4 minutes). What event should I be handling to know when to hide my progress indicator?
Peter