Hi,
When I preview my Reporting Services Report in VS2005 the report uses 2 separate pages. Even when there is very little data on Page 1 it will display something on Page 2.
How do I get all data on the one page?
Thanks.
Hi,
I guess the reason could be that the body of the report exceeds the width of the page. Try reducing the width of the body.
HTH,
Suprotim Agarwal
--
http://www.dotnetcurry.com
--
|||tried reducing width but no difference|||
Hi,
Could you mention the width of the page and the width of the report body. Also mention the width of the Left and Right margins of the page.
HTH,
Suprotim Agarwal
--
http://www.dotnetcurry.com
--
|||
Body:
Size: 16.75cm(w), 11.25cm(h)
Report:
InteractiveSize: 8.5in(w), 15in(h)
PageSize: 21cm, 30cm
Magins: 2.5cm, 2.5cm
|||Hi,
Ok. So now let us calculate the width of the report.
report body widht = 8.5 in = 21.59 cm.
As I said before, the report width should be less than the width of the page
widht of the page = 16.75 cm
width of the report body = 21.59 cm
Try reducing the width of the report body.
HTH,
Suprotim Agarwal
--
http://www.dotnetcurry.com
--
|||
didn't make a difference.
everything seems fine with the width.
Its the two textboxes located at bottom left of report that appear on the second page.
|||Got it.
There was a ListView in behind one of the tables. Removed that and it works now.
Thanks for the help!
|||Its about the height then. I hope you arent using a control that increases the height of the page, there by throwing the boxes onto a different page.
HTH,
Suprotim Agarwal
--
http://www.dotnetcurry.com
--
|||Ok cool..didn't see your earlier post. Glad you could solve it.
No comments:
Post a Comment