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 |
cidr
Posting Yak Master
207 Posts |
Posted - 2009-11-03 : 04:54:40
|
Hi there,In the report footer I have 6 text boxes in a line which show totals for all my columns which are currency values. However, as soon as the report is uploaded to report manager, and the report run, the text boxes are not in a neat contiguous line anymore. Instead, they are seperated from each other into groups of two, with one on top of the other. I've tried placing them in a rectangle to see if that will keep them in a strait line but the results are the same.Does anyone know why this is and how to prevent this? Using a table would work but unfortunately it's not allowed in the report footer, where I need to put it.Many thanks |
|
JCirocco
Constraint Violating Yak Guru
392 Posts |
Posted - 2009-11-04 : 07:41:09
|
Is this a normal table or is it a matrix? If regular table, right click last row and add a table footer. Will stay formatted along with the table.JohnIt's a small world (but I wouldn't want to paint it) |
|
|
|
|
|