Hope someone has seen this before. And can help! I have an app I am developing in VB .net 2003. As part of the application, I have set up a crystal report, using the crystal report designer.. I added the crystal report viewer to my app.
When I run the application, I can see the report displayed properly. However, when I print it, I get nothing but garbage on each page. I'm printing to a networked HP 5SImx printer.
All other applications and internet printing thru IE print properly (sometimes hundreds of pages at a time). I am printing the report with the following command: CrystalReportViewer1.PrintReport.
I get no error messages, just bad report pages. I was thinking the problem occurs because I am pulling data thru ADO .net and not the current db setting. However, not even my text heading print.
Any ideas would be appreciated!
When I run the application, I can see the report displayed properly. However, when I print it, I get nothing but garbage on each page. I'm printing to a networked HP 5SImx printer.
All other applications and internet printing thru IE print properly (sometimes hundreds of pages at a time). I am printing the report with the following command: CrystalReportViewer1.PrintReport.
I get no error messages, just bad report pages. I was thinking the problem occurs because I am pulling data thru ADO .net and not the current db setting. However, not even my text heading print.
Any ideas would be appreciated!