How can I make a row of a tablix occupy the remaining space of a page?
Things I tried:
- Create a new empty row and adjust its height to occupy the page, but this row has a fixed height meaning if I have more data the table will expand to the next page
- I changed
CanShrink
andCanGrow
without avail - Changed the cell height instead of row height it gives the same behavior as before
I'm afraid it won't be possible to do this.