How do I omit border from footer of SSRS report?

Viewed 15

I have a ssrs report with two columns. I need to put a border around the report but I dont want it around the footer. How do I omit the border from the footer?

1 Answers

It sounds like you put a Border on the Report which includes the Header and Footer.

enter image description here

Instead of putting the border on the whole reprot, you can put a border on the body.

enter image description here

Or the table.

enter image description here

Related