VB Crystal Report >> Original Paper Size Changes and Breaks Report

by Doug » Tue, 26 Apr 2005 10:36:16 GMT

I have created a label in Crystal 10 with a paper size of 4x6 and
delivered the report through Enterprise. When my user prints to his
Zebra label printer, it is blank (just off the page) because it
defaults back to 8.5 x 11 paper size). He has to run the report, click
the printer icon, go into properties button, set the paper size, and
then click out and finish printing for EACH label!!! It is driving him
nuts!

So I decided to create a VB.NET app that would push the report to him,
thinking it would give me better manipulation of the settings... but it
has the same problem! In fact, it doesn't even offer me the 4x6
option!

I really need some help! Are there any label printing gurus out there
who could help me force the report to use the right paper size?



Similar Threads

1. How do i get VBA to change the size of paper to print on

2. changing printer paper size

please hel
i cant change the default printer papersiz
can you show me an example for

a4 paper siz

and

custom paper siz

simple example pleas
for default printer papersize

3. PRINTING and changing paper size - VB.Net

4. Cannot print using custom paper size (Crystal Report .NET)

5. Changing Paper size

6. Paper Size Change

Is possible, by script or programation, I change paper 
size default for auto create printers in windows 
2000/2003 (citrix, tarantella...)?

If positive how?

Thanks,

7. Changing paper size in VB6

8. crystal report paper size

Hi,
I've a problem. I have to set the paper size of a report (crystal report) at 
runtime, but the size I need to set isn't in the list of 
CrystalDecisions.Shared.PaperSize.

I want do something like this:
myreport.PrintOptions.PaperSize = new CrystalDecisions.Shared.PaperSize 
(width, height)

There is a way to do that?

Thank you
Chiara