Vertical merge in SSRS Tablix

怎甘沉沦 提交于 2019-11-30 17:13:10

Increase the row height to cover what you need. Insert a table to cover the non-merged cells. It's a little tricky to get the alignment right, but it works.

Edit 07/08/2014: Added steps and images.

If you add a row group, it allows vertical merging on the left side of the table. There will be two dotted lines separating the row header and detail. Everything to the left of dotted lines is vertically merged.

If you look at the images from technet there is vertical merging on category and date fields.

http://technet.microsoft.com/en-us/library/dd220511(v=sql.100).aspx

Step 1: Add row group

.

Step 2: Assign group

Step 3: Voila! You have a vertical merge

What is your scenario where you need vertical merge?

The other method is what Steven suggested by inserting a table inside a table.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!