Crystal Reports custom paper size width = 33 cm and height = 21.5 cm

10.6k Views Asked by At

I need custom paper size in Crystal Reports width = 33cm and height = 21.5cm.

I want this size to print an invoice only. I added in the printer settings a custom paper size to add It in a report. Put the maximum width size is 30.4cm.

So, how can I create a custom paper size by C# code, or any thing else?

image

1

There are 1 best solutions below

2
On BEST ANSWER

Open your .rpt file. Right click, then select design -> page setup. You could use user defined size from your printer or custom your paper size. I hope it solves your problem.