I have done Report in ASP.NET using RDLC report.when export to pdf my data completes within one Page
But i getting a empty second page.Can anyone tell me How to Avoid the empty page if the datas completed within a single page.
Try changing the interactive size of the report to something like 8in x 0in and make sure you don't have too much blank reporting area on your report. The report body area should only be as tall as the bottom of your report widgets. SSRS will populate
and expand as needed.
Peter Varvais
BI Developer
PeaceHealth
----------------------------------------
RS2008, C#.NET
<><
Marked as answer by Chen Yu - MSFT on Dec 12, 2012 05:17 AM
jayapriya
Member
12 Points
21 Posts
when export to pdf i got extra one empty page -ASP.NET
Dec 24, 2011 11:21 AM|LINK
Hai,
I have done Report in ASP.NET using RDLC report.when export to pdf my data completes within one Page
But i getting a empty second page.Can anyone tell me How to Avoid the empty page if the datas completed within a single page.
Thanks,
filip.beunen...
Member
86 Points
64 Posts
Re: when export to pdf i got extra one empty page -ASP.NET
Dec 26, 2011 06:36 PM|LINK
This will help :
http://forums.asp.net/post/4141168.aspx
Filip
Filip
sayyed_kamra...
Member
15 Points
82 Posts
Re: when export to pdf i got extra one empty page -ASP.NET
Dec 30, 2011 06:09 AM|LINK
I had the same problem.
@filip.beunen: The link you provided is not working.
filip.beunen...
Member
86 Points
64 Posts
Re: when export to pdf i got extra one empty page -ASP.NET
Dec 30, 2011 12:22 PM|LINK
Doesn't work because its also a forums.asp.net, cut and past link wil work fine
http://forums.asp.net/post/2562958.aspx
Filip
cnranasinghe
Star
8885 Points
1798 Posts
Re: when export to pdf i got extra one empty page -ASP.NET
Jan 01, 2012 12:59 PM|LINK
Hi
This is because that you have designed the report more than actual size. Desing the report after remving left & right margins.
Ex :
left - 0.5"
Right - 0.5"
Now report desing with is 7.5" (whole width -0.5+0.5+7.5)
-Chamila
kidkodiak
Member
616 Points
225 Posts
Re: when export to pdf i got extra one empty page -ASP.NET
Jan 04, 2012 04:31 PM|LINK
Try changing the interactive size of the report to something like 8in x 0in and make sure you don't have too much blank reporting area on your report. The report body area should only be as tall as the bottom of your report widgets. SSRS will populate and expand as needed.
BI Developer
PeaceHealth
----------------------------------------
RS2008, C#.NET
<><