Hi!
I am blocked because I need to make my reportviewer page in the landscape orientation. I cant! Went to the properties. Nothing! Why they didnt put it in.
Any idea or documentation to learn how to do that? Please help.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Dec 6, 2014, 6:58 PM
http://stackoverflow.com/questions/15243465/automatically-setting-reportviewer-page-to-landscape-mode-in-c-sharp
Mfwamba TshimangaPosted Dec 6, 2014, 7:20 AM
I am using 2010 (C#).
The first link concern VB developer and the second link talking about paper size (not orientation page).
Need help please.
Manish Kumar ChoudharyPosted Dec 6, 2014, 5:01 AM
The 'easiest' way to change orientation was simply change the size. (i.e: portrait A4 is 210 × 297 mm and landscape is 297 x 210 mm).
Go through these links u will get some help
http://www.codeproject.com/Articles/8983/Printing-Reporting-Services-Reports-in-Landscape-f
http://stackoverflow.com/questions/12985990/set-page-layout-for-report-viewer-in-visual-studio-2010