Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
bart1981
Starting Member
1 Post |
Posted - 2009-12-02 : 04:20:15
|
Hello,First of all, I'm new to reporting services and I'm using rs2008. I've made a very pretty report with a graph and below a table with the detailed data, and there's also a header with the report title and a footer with the company details. In the table, one column is grouped. I added a total for the other columns too. The data for the other columns is folded and can be opened with the +sign.On the screen, everything looks wellbut...when I'm trying to pring the report, sometimes (when there's much data), on page 1 there is only the graph (1/4th of the page) and the table headers, the rest of the page is empty (more than half of the page). The rest of the data is put on page 2 and 3. When I have less data (using other parameters) the data is put also on page 1 (instead of the empty space) and on page 2.Can anybody explain this behaviour to me and tell me how I can avoid that empty space. I guess it's something very basic!Many thanks!!!! Bart |
|
JCirocco
Constraint Violating Yak Guru
392 Posts |
Posted - 2009-12-02 : 08:30:20
|
From the sound of it, possibly your page size is not set properly?When viewing directly it uses the "Interactive Size" properties. When printing it uses the PageSize propertyJohnIt's a small world (but I wouldn't want to paint it) |
 |
|
|
|
|