Crystal Reports 9.0 on VB .NET Won't Print Correctly

ccherry

New member
Joined
Sep 8, 2003
Messages
1
Im using Crystal Reports 9 with VB.NET in which Im using a form called, "frmShowReport." It is simply a form with a CrystalReportViewer control placed on it. I have set the ReportSource in that control to be crystalreport11, which is my .rpt file. The above function sets up the SQL statement inside of the report and then brings up the CrystalReportViewer. This all works great. The new form pops up and the report performs exactly as expected.

My problem, however, comes when I try to print this report from the Viewer. I press the print button from the viewer, hit OK when the print options come up and it does send the report to my laser printer. This particular report I am printing is 3 pages long. The printer prints 3 pages, however, only a small portion of each page is printed to the paper, and also it
 
I kind of had the same problem you did. I had data bein cut off on the right and bottom sides. Even though it was all fine on the CRV. I finally fixed it by reducing the page margins of the report. Your case it sounds like you need to increase them.

I think the page margins may be your problem.

Let me know.
 
Back
Top