Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove table's borders in SSRS

i tried to change color to white, and change border style to dashed. But I don't know why it kept undoing my setting. How do I set to hide borders? I have 2 tables in a rectangle

like image 731
HAIZD Avatar asked Oct 27 '15 23:10

HAIZD


1 Answers

You hide borders by setting the BorderStyle property to None. Note that you may also need to change this on the cells that are adjacent so that they don't have a border property setting that would put a border along the adjoining edge.

The BorderStyle property is not part of the Tablix Properties dialog box, it is on the Properties panel in the Border section (press F4 or menu View-Properties Window if this isn't displayed).

If you click the top left handle of the table to select the entire table you will see this in the Properties panel. You can also set the BorderStyle if you select an individual cell or range of cells.

If you have the View-Toolbars-Report Borders menu option selected, you can also use the BorderStyle dropdown to quickly set common BorderStyle options on the selected report items.

like image 192
Chris Latta Avatar answered Oct 25 '22 03:10

Chris Latta