Currently, I am using Crystal Report and C#. My report type is landscape and its show correctly in report viewer but when I print, That report print as the portrait.
I also try by adding like this =>
report.PrintOptions.PaperOrientation = CrystalDecisions.Shared.PaperOrientation.Landscape;
But it's not working. I already change the report orientation in crystal report as Landscape. But it's still not working.
All of the printer settings is landscape. (Currently, I am testing with Microsoft OneNote).
Previously, These reports are working properly. But I have no idea why it's not working now.
Could u please provide me a possible solution?