Reputation: 3473
I have a strange problem: If I set a border on the controls inside a tablix OR on the row itself, on the last row it seems like cutted in half. My first thought was the fact, that there is no place after the tablix, but even after moving the other controls away, it's still cut:
The definition:
On some cases it might be sufficent just to give the bottom border of the grid some width, but sometimes we need to give just one control a border. Another way is to give the last row-border just double the size, but I guess that can't be the solution?
Upvotes: 1
Views: 1862
Reputation: 11
In the group properties under "Page Breaks" select the check box "Also at the end of a group and set Report property "ConsumeContainerWhiteSpace" = True
Upvotes: 1
Reputation: 650
My guess is that you have borders on both top and bottom of each row. Thats why rest of the rows get double borders. You can either remove the top border from all your rows or add an empty row with just top border on bottom of the tablix.
Upvotes: 1