Crystal Report Toolbar problem
I created a crystal report for web using Visual Studio 2005. I used Crystalreportviewer to show toolbar for changing pages, printing, and exporting. When I design the report, I bind the database which is in my project AppData folder in local computer. In my aspx page, I use server path to map the database, logged on all tables and pushed a dataset as data resource. Everything works fine in local computer. However, after I published the project to server, The database is in the AppData folder in server now. The data displays fine still, but when I click the toolbar buttons, it ask for the local path which I used for design the report, not the path for server which I mapped in code. How can I solve this problem?
|