DefaultPaperSize - Letter
Having a problem getting the DefaultPaperSize to change from A4 to Letter.
Because I am creating things dynamically and not in a forms container I am trying to use this code rather than placing EnvironmentSettings onto a
form.
FastReport.Utils.Config.ReportSettings.DefaultPaperSize = DefaultPaperSize.Letter
Have upgraded to version 3.4 and get the same result.
I am very pleased with this reporting software and have managed to dig out and fix any issues until this one. I am sure it is simple but the solution is escaping me. Perhaps I am not setting this is the correct sequence.
Thanks,
Nick
Because I am creating things dynamically and not in a forms container I am trying to use this code rather than placing EnvironmentSettings onto a
form.
FastReport.Utils.Config.ReportSettings.DefaultPaperSize = DefaultPaperSize.Letter
Have upgraded to version 3.4 and get the same result.
I am very pleased with this reporting software and have managed to dig out and fix any issues until this one. I am sure it is simple but the solution is escaping me. Perhaps I am not setting this is the correct sequence.
Thanks,
Nick
Comments