Hi,
We have a few large reports in our application. I am looking to include paging so the data in these reports is retrieved on-demand. Would Retrieve.AsNeeded would be a solution for this? (Correct me if I am wrong).
Looking at the documentation on this property, I have a few questions...
1) Proper implementation - I would assume I need set the Retrieve.AsNeeded property before the retrieve of the datawindow. Do I need to do this in code AND in the painter?
2) Testing - How can I test this to be sure this is working as expected?
Any feedback and comments on this are greatly appreciated.
Thanks!
- Chris