I am currently migrating an app from .NET 2003 with Crystal 8.5 reports to .NET 2005 with Crystal XI embedded reports.
I have finally gotten past the slow page performance issue by using the Session variables. I can now navigate from page to page quite quickly, but now when I click on the CrystalReportViewer toolbar print icon, the report disappears from the screen and nothing happens....before I was using the session variables a new window would open with the report as a pdf file and I could then print from there.
What am I missing?