I want to develop an RDLC report, where a tablix element will grow in upward direction i.e. when more rows are added, the table will grow upwards (as opposed to downwards).
Basically, as per our design, we need to add the table close the footer of the page, mostly with 1 or 2 rows of data. If the table gets more than 1-2 rows, it should grow upwards.
How can I achieve this (i.e. rows highlighted with red arrow should grow up)?