Crystal Report Viewer Navigation Problem

amir100

Well-known member
Joined
Mar 14, 2004
Messages
190
Location
Indonesia
Hi all.

Im wondering do we need extra code when we need to navigate through crystal report in ASP .Net Application? Like when handling DataGridPageIndexChanged on ASP .Net, we need to set the new page index and then re-bind the data source of the datagrid.

Im asking this in the context of ASP.Net Application since I know we dont need explicit re-bind in Windows Application.

Thx for the help.
 
I tried storing the dataset in Session variable so that I can retrieve it later for handling crystalreportviewer paging. Just like when Im handling paging in datagrid. The weird thing is that a "Query Engine Error" occured.

I dont have much time to look for other solution so I had to re-fill the dataset again and again and again for every crystalreportviewer paging. This is certainly putting more load to my application. I wish Id figure out a better way to solve the matter.
 


Write your reply...
Back
Top