Hi,
We are trying to buld some crystal reports for our reporting purposes. We are using VS 2010, and the add-on Crystal Reports available for VS 2010.
The report design is complete and data is retrieved. We have used the Crystal Report Viewer which comes with the plug in.
The first page displays accurately, but since the amount of data returned is large, the report flows into multiple pages.
When we try to navigate to the next page, the page Posts back, and this forces us to retrieve the data again. We tried binding the dataset to a ViewState just to make it faster, but the postback is still disturbing.
Is there any way to avoid the viewer from Posting Back.