Search
Articles
FAQs
Login
All Questions
New Question
C# .NET - Layout of rdlc report in C#.net
Asked By
usha
on 22-Mar-11 08:09 AM
How to set rdlc report size to A4 size?This is required to get print out of report in A4 size.I've tried setting the rdlc report layout settings to width=21cm and height=29.7cm but it doesn't work.Please help....
Reena Jain
replied to
usha
on 22-Mar-11 08:18 AM
hi,
What I think that it is not possible to change the size of the Page after the Reportviewer has loaded the Report. You only can change the size by editing the size in the RDLC-File before the Report is loaded.
Hope this will help you
Vic S
replied to
usha
on 22-Mar-11 09:18 AM
Did you try setting the page size to that width and length?
Select your rdlc report and under the Properties tab select PageSize.
Enter width and height and I believe if you are adding any borders then you would have to make your size smaller to accommodate the border size and any margins.