Hi,
I generate report using ReportViewer.But when convert report in to PDF,the PDF generates additional one blank page.I want to generate pdf with in the pages as the data contains.How I avoid that additional one blank page?Can anyone help me to solve this?
Loading

Sanjeeb LenkaPosted Jun 19, 2013, 4:46 AM
open your report
then select the report
in menu tab you will find Report menu.
In report menu select view menu then check Ruler.
Report>View>Ruler
Then adjust your report design width within 6.5
Kavi sujaPosted Jun 19, 2013, 4:55 AM
Alok UniyalPosted Jun 19, 2013, 4:02 AM
Mostly this problem occur due to alignment of controls in RDLC report file.
So Align all controls towards left and left more space towards right side.
Thank you