Posted 14 August 2019, 4:44 pm EST
Hi,
In AR 13, when running section reports (Winforms VS 2017), if there are many many pages to the report then the user sees the default .gif that’s rendered in the viewer window until the report completes. That’s great. However, the user has no idea how long it will actually take the report to render. I’d like to be able to fire events from within the viewer control that can indicate where the report is in the rendering process. I would then use this information to drive a progress bar on the viewer’s form status bar. I’m not sure exactly how it would play out as the viewer probably has no idea how many pages will ultimately be rendered until after it’s finished. So perhaps as the report cycles through each detail row, an event can be raised and passed through the viewer control to the parent form. It’s a thought anyway.
Perhaps there is already an easier way for doing this? Looking for suggestions.
Thanks,
Chris