问题
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?

回答1:
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.
来源:https://stackoverflow.com/questions/27078336/crystal-reports-custom-paper-size-width-33-cm-and-height-21-5-cm