This is a great feature but can reporting services print records left to
right rather than top to bottom. For Example, I want to print the records in
order like this
1 2
3 4
rather than
1 3
2 4
Thank you for your time.
Dan
> Make the height of the body of the report small enough so that several
> rows will print on one page - also, set up the body of the report to
> have three columns.
>
> You need to carefully control the size of the page, the body of the
> report, and any page header and footer.
Parker - 16 Nov 2006 12:01 GMT
Dan -
If you read this, the only way I can think of is to do the work in a
stored procedure to combine two (or more) records into one - and then
print the resulting record on a single row.
I had to do something like this when I needed to put 4 records on a
page (one in each corner) and duplex print them.
> This is a great feature but can reporting services print records left to
> right rather than top to bottom. For Example, I want to print the records in
[quoted text clipped - 9 lines]
> Thank you for your time.
> Dan
mbsqlnewbie - 30 Jul 2007 18:02 GMT
HI Dan,
Were you ever able to figure out how to get the labels to print from left to
right rather than down the page?
Any help would be greatly appreciated!
Thanks!
> This is a great feature but can reporting services print records left to
> right rather than top to bottom. For Example, I want to print the records in
[quoted text clipped - 16 lines]
> > You need to carefully control the size of the page, the body of the
> > report, and any page header and footer.