SSRS tablix Merging cells vertically problem

后端 未结 4 1329
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-14 02:22

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

4条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-14 03:17

    You have to use Matrix instead of Table. I resolved my this problem by creating a matrix same to tablix, below:

    1. Insert a Matrix. Right Click->Insert->Matrix
    2. Change groupable row to detail row. Right click row->Row Group->Group Properties... Then, in tab "General" Choose "group on" belows "add" and "delete" buttons and click delete to remove group ->OK.

    1. Right Click at the first column of Matrix and choose "Delete Column" option. Choose radio button (Delete columns only)->OK

    1. Right click on the first row of Matrix and choose "Insert row" option -> outside group - above and then another row will be added to matrix. After that, delete row that you right click previous.

    1. Now, you can add row above the detail row and can merge any more

提交回复
热议问题