I found the colspan and rowspan property defined in TablixCell,but in report Designer still can't vertical merge cells,if i modify the RDL xml file manually set Rowspan,the reportViewer show me error info:RowSpan must be 1 for CellContents inside a TablixCell.
is there any other way to implement vertical merge cells of tablix ?
To merge a block of cells, merge the cells horizontally first. After all cells have been merged into a single cell in each row, select adjacent cells (you can select all adjacent cells in a column) and merge them. In the tablix body area, cells can only be merged horizontally.
Right-Click on your selection in the whitespace area, you should "Merge Cells" in the popup menu. Select "Merge Cells". The two adjacent vertical cells are merged at this stage. You need to write label text again as the merging will erase it.
You have to use Matrix instead of Table. I resolved my this problem by creating a matrix same to tablix, below:
If this is only for display purposes, you could try putting a table inside a table. SSRS will let you do this if you delete the grouping columns on the outside table.
Otherwise you are limited to the vertical grouping with Matrices, which still has restrictions on where the vertical merging takes place.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With