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.

 All Forums
 Development Tools
 Reporting Services Development
 Problems with several reports on one page

Author  Topic 

mde
Starting Member

10 Posts

Posted - 2004-11-23 : 06:56:19
Hi!
I have three small reports on one page, two tabular reports and one matrix report. The problem is that the matrix report splits the two tabular reports so the right one is placed way to far to the right. It looks ok in the design view but not when i run the report. The reports are placed like this:

Report 1(tabular) Report 2 (tabular)
Report 3 (matrix)

Is it possible to somewhat lock the location of the two tabular reports?

Thanks in advance!

/Maria

gashdc
Starting Member

12 Posts

Posted - 2004-11-23 : 09:14:29
Maria,
Try putting the two tabular reports in a "Rectangle" that should keep them grouped together how you described.
David
Go to Top of Page

mde
Starting Member

10 Posts

Posted - 2004-11-24 : 04:19:02
Thanks for your tip but I'm sorry to say that your solution with the rectangle didn't work. I put the two tabular reports inside a rectangle but the result was that all three reports was placed like this:
report 1
report 2
report 3

I tried to increase the width of the rectangle but it didn't help.

/ Maria
Go to Top of Page

gashdc
Starting Member

12 Posts

Posted - 2004-11-24 : 08:54:59
Are these reports sub-reports inside a main report? if so you can just stretch out the bottom report3 to be as long as report1 and report2 :

rpt1rpt2
report 3

if that makes sense.
Go to Top of Page

mde
Starting Member

10 Posts

Posted - 2004-11-24 : 09:06:22
I understand what you mean :) but my reports are not subreports, just two regular tables and one matrix... i don't know if Reporting Services puts the matrix in a html table-cell and therefor splits the two reports apart because of the cells width...

/ Maria
Go to Top of Page
   

- Advertisement -