Automatically setting reportViewer page to landscape mode in C#
Is it possible to programmatically set the reportViewers page to landscape mode, so if the user wants to print (preview) it, he doesn't have to change the settings?
Thanks
Solution
Swap the Height and Width of Report Page Size property.