Hi,
I generate report using ReportViewer. There are 10 fields in My report dragging from dataset. When i execute my application,Report generated successfully(All 10 fields are displayed properly in a single page as table).But when i convert the report in to PDF file,it will save in local system as two pages.That's five fields in one page,another five fields in next page.I want to get all 10 fields(in a table) in single page as it looks in application executing.(When I convert the report in to word document,it will generate 10 fields in a single page).How I resolve this?Is there any way to increase the width of PDF file. or how i display all fields in a single page without page fragmentation.. Can anyone help me?
Loading

Kavi sujaPosted Jun 18, 2013, 1:32 AM
I solve this problem by changing the size of Report Body.Her's the link:
http://stackoverflow.com/questions/427730/how-to-limit-rdlc-report-for-one-page-in-a-pdf
Thank you for your replies Santhosh Kumar,Sanjeeb
Sanjeeb LenkaPosted Jun 17, 2013, 8:16 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
if any problem rply
Kavi sujaPosted Jun 17, 2013, 7:43 AM
Santhosh Thans for your reply.But in that link,only page break available.But My problem is actually,I have a RDLC report and I am displaying it on the Report Viewer Control in my front end application. I am able to view the report perfectly.
But the problem arises when I try to export the report to a PDF (using the built-in option).The PDF files shows the field in splitted pages.First 5 fields are in 1st page.Then the next 5 fields are in 2nd page.Hoe I prevent this? and display all fields in a single column?
Santhosh Kumar JayaramanPosted Jun 17, 2013, 7:05 AM
http://msdn.microsoft.com/en-us/library/ms251733(v=vs.80).aspx