I know this has been visited a billion times, mainly because people wanted some sort of "loading" indicator during the loading process of a report, which wasn't natively possible in crvs2008 when working with Windows Forms. In crvs2010 we get the nice loading animation now which is much appreciated, but is there a way to handle an event that identifies when a report has finished loading both from an initial load and a reload from a refresh action?
The reason I ask is because there are certain things I'd like to do, specifically from a logging perspective. I'd like to log once a report has loaded information about who ran the report, which parameters were selected, and how long the report took to load. Without having an event to tell me when the report finished loading, I'm not sure how to trigger this logging action. I had thought that with all the interest shown for this in crvs2008 that it would have been included in 2010, but I'm not seeing it, so I thought I'd pose the question again.
I know there were some work wronged with wait cursors, but I cand have my logging logic triggered every time someone clicks a drill down and the wait cursor is changed.
Thanks for any info anyone can provide.