CrystalReport Print Prob...
-
I've created a Crystal Report using ASP.NET. crystal report9. The report is viewed using IE & user needs to print out the report. My problem is, my report has more than 1 page & I need the toolbar for user to navigate to the next page & so on. But I don't want the toolbar to be printed out as part of the page. If i set Seperate Pages to True in the report viewer property. could it posible that while printing a multiple page report tool bar is not printed. can anybody let me out of this prob....
-
I've created a Crystal Report using ASP.NET. crystal report9. The report is viewed using IE & user needs to print out the report. My problem is, my report has more than 1 page & I need the toolbar for user to navigate to the next page & so on. But I don't want the toolbar to be printed out as part of the page. If i set Seperate Pages to True in the report viewer property. could it posible that while printing a multiple page report tool bar is not printed. can anybody let me out of this prob....
I suggest exporting the crystal report to the client side. You can insert a print button to your page. When the user clicks this button you can export the report to a certain file and redirect the user to the exported file or send the file to the client so that the client can choice to open or save the document. ASP.NET CR9 supports word, excel, pdf and html exports. You can look how to export from help documents. It is a simple process. You can also export the report to html directly and show the exported html page. You can set from export options to have back and next button at the bottom of the page. So the client will just see the report and the next and back buttons at the bottom.