Hello. I'm developing an Asp.Net 3.5 application and I need to print some application generated reports.
I was previously using SSRS but I had lots of problems with it design features. Because of that, we are now looking for Crystal Reports as an alternative.
When we started to use Crystal, we faced a new problem. When one clicks on the Print button shown at the Crystal Report top bar, in the report presented on the web page, instead of showing the default SO's print dialog, it shows a custom print page, that then prints the report to a PDF.
I know this solution probably suffice most of the scenarios regarding printing reports on the web. But on my specific case, I can't guarantee that the client's machines accessing my web app has a PDF reader installed, like Acrobat Reader. And I can't demand them to install it in order to use my application.
So I am looking for a solution to make the Print Button of the generated report to show the default SO's print dialog instead of printing it to a PDF.
Can you give me any advice on solving this problem?
Thank You.