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.
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.
来源:https://stackoverflow.com/questions/17880779/vertical-merge-in-ssrs-tablix