To make rows appear horizontally rather than vertically, you want to add a group of columns to the personโs name. Right-click on the Detail cell in your table, click Add Group and select Column Group - Parent Group and Group By Person . This will display Person as a column that will expand horizontally, sort of like a matrix.
However, the layout you show is more like using multiple column layouts. To use multiple columns, click anywhere in the empty report area and go to the "Properties" window (do not right-click and select "Properties" because the "Columns" property does not appear in the pop-up dialog in SSRS 2008), Columns and enter 2 for Columns , then place your report as usual, making sure that several columns plus the distance between the columns do not exceed the width of your page.
Note that not all renderers support multiple columns, including Report Designer and standard HTML web rendering, so they will display only one column independently - Print and PDF support multiple columns. However, there is a hack that you can use to fake multiple columns using two tables .
Chris lรคtta
source share