Reputation: 81
I have 4 different tablix connected to the same data source. I'm trying to put every tablix on the top of the page when one of the tablix is done displaying the data. So in theory, I would have 4 pages in total. I made sure that every tablix kept everything on one page if possible in the Tablix properties. However, I can't figure out how to all of the tablix on top of the page.
Upvotes: 1
Views: 361
Reputation: 10860
I think your issue is the whitespace between your tables and the page breaks are at the end of the tablix.
When tablix1 ends it goes to a new page, then you have that blank space, and then it puts tablix2.
Move tablix2 to be right under Tablix1. If tablix1 is 1 in tall, Tablix 2's location should be 1 in.
Upvotes: 1
Reputation: 21683
I would add a rectangle between each tablix. Make the rectangle's height as small as possible, the width is not important. Then set a page break on the rectangle. Place the rectangle close the the following tablix (1 pt away is perfect).
Also in the report properties, set the consume contain whitespace property to true.
If this does not help, edit your question and show what it looks like now
Upvotes: 2