I'm making report of custom papersize to be printed through C# windows forms application using SAP Crystal report. While setting printer options by code in C# before printing , i don't find a way to set custom paper size within crystal report code.
rpt.PrintOptions.PaperSize =CrystalDecisions.Shared.PaperSize.PaperA5 ;
I wonder if there is there is a way to set custom paper size in print options like
rpt.PrintOptions.PaperSize =CrystalDecisions.Shared.PaperSize.myCustomSize;