|
-
Sep 6th, 2006, 06:29 AM
#1
Thread Starter
Member
Printer Settings
I'm using a CR Viewer in a vb.net app and certain users are experiencing problems printing reports. For some reason it is printing to letter and not A4 even though the printer default settings on their pc are A4.
Is there a way to force the viewers print control to print to A4
Thanks
-
Sep 7th, 2006, 06:25 AM
#2
Re: Printer Settings
What do these certain users have in common that the other folks, for whom it is working properly, do not?
-
Sep 7th, 2006, 06:28 AM
#3
Thread Starter
Member
Re: Printer Settings
Nothing there all on a standard build, well that's what there meant to be on.
-
Sep 7th, 2006, 07:00 AM
#4
Junior Member
Re: Printer Settings
Check Out Cr Viewer Control's Properties by right clicking control
-
Sep 7th, 2006, 07:07 AM
#5
Re: Printer Settings
 Originally Posted by Ginster
I'm using a CR Viewer in a vb.net app and certain users are experiencing problems printing reports.
This says to me that the same program is working fine on some machines but not on others.
This tells me it is probably not the program, or in this case, the reports that are the issue but the machine on which the program/reports are being run.
This would indicate that there is a configuration/platform difference between a machine on which it works and a machine on which it does not.
The trick/key is trying to find out what that difference is.
-
Sep 8th, 2006, 05:28 AM
#6
Re: Printer Settings
Hi try this
VB Code:
crReportDocument.PrintOptions.PaperSize = PaperSize.PaperA4
I had a similiar problem with Visual Studo.NET 2003 it allways printed in landsape even if the report was portrait and charging the printer's setting didn't solved. I used a service pack for Crystal Reports that fixed the problem.
Jorge
Last edited by Asgorath; Sep 8th, 2006 at 05:31 AM.
"The dark side clouds everything. Impossible to see the future is."
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|