I'm making report of custom paper size 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;