Vertical merge in SSRS Tablix

前端 未结 2 1697
情话喂你
情话喂你 2021-01-03 23:39

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.

相关标签:
2条回答
  • 2021-01-04 00:27

    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

    enter image description here.

    Step 2: Assign group

    enter image description here

    Step 3: Voila! You have a vertical merge

    enter image description here

    What is your scenario where you need vertical merge?

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

    0 讨论(0)
  • 2021-01-04 00:35

    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.

    0 讨论(0)
提交回复
热议问题