I have a tablix which is like an invoice and i need to have the last few rows to stay at the bottom of the page. It is all one tablix the middle row which list the invoice items should not shrink. I can set the row's property Can Shrink to No and increase the middle row so the last row stay at the bottom but that won't help because the when the number of items increase the table will split even though there is space. I referred to some forums http://blogs.adatis.co.uk/blogs/harding/archive/2013/02/01/absolute-positioning-of-report-elements-in-ssrs.aspx and https://social.msdn.microsoft.com/Forums/sqlserver/en-US/08785944-923e-445a-b7de-b1062ea97879/absolutely-pagebottom-alignment-on-report-footer-impossible?forum=sqlreportingservices but i did not understand some of the solutions mentioned clearly. The report needs to look like the following picture.
Header |
Invoice items 1 Invoice items 2 ..
|
Total (row that needs to stay at the bottom) |
Footer |
The invoice list can be 1 or 9 but the middle row should stay the same and last but 1 row (above footer) should be at the bottom of the page. I cannot make the last row in the footer because the whole tablix is connected.
Please let me know if there's a way.