matrix pushing items off right edge
Hi,
I hope someone can help me.
I'm using SQL Server 2005 Reporting Services and have a report with 2 matrices.
I'd like to not need to use a subreport but have found this to be the only way to not have the matrix push white space off to the right side of the page, causing the page to extend past its margin and create an additional page.
I tried the suggestion below, to use a rectangle, but did not see any difference. I tried merging the 4 cells in my table, placing the rectangle into that and then placing the matrix, sized appropriately, inside of the rectangle. Is there a setting in the property that I am missing, that also needs to be set for this to work.
Any advice would be appreciated! Thanks, Carrie
Using Rectangles to Control Item Growth and Displacement
Items within a rectangle become peers of each other and are governed by the rules of
how peer items are positioned on the page as they move or grow. For example:
· Items will push or displace each other within the rectangle.
· Items will not push or displace items outside the rectangle, because they are not
their peers.
· If necessary, a rectangle will grow to accommodate the items it contains.
You can use this logic to your advantage when dealing with objects that expand. For
example:
· If you want to leave a blank space in your report for a table to expand into, group
the blank space and the table in the same rectangle. When the table grows, it will
push the blank space.
· If you want to prevent a matrix from pushing items off the right edge of the page,
put the matrix within a rectangle with blank space to its right. Now, the matrix is no
longer a peer to the other item on the page and will not be able to push it until the
matrix can no longer be contained within its rectangle.
|