Vertical merge in SSRS Tablix

久未见 提交于 2019-11-30 16:30:37

问题


Is there any chance to do vertical merge of fields in tablix?

I am working few years on SSRS, but only saw horizontal merge of cells, vertical not.


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/17880779/vertical-merge-in-ssrs-tablix

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