I have an ssrs report which display data in a table just like image1.
I need to display data vertically in two tables to avoid extra pages. Just like image2.
Currently I have tried matrix control with row group and column group but it is displaying data horizontaly see image3.
Below are the group expression.
Row Group : =ceiling(rownumber(nothing) / 2)
Column Group : =ceiling(rownumber(nothing) mod 2)
Can anyone suggest to me how to display it vertically just like img2.


