Matthias Müller
Matthias Müller

Reputation: 3473

SSRS: Border of a cntrol in a tablix on the last row doesn't show up proper

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: enter image description here

The definition: enter image description here

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

Answers (2)

user5577964
user5577964

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

Tomi Niemenmaa
Tomi Niemenmaa

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

Related Questions