SSRS Horizontal and vertical tablix border line issue.

Mayank 6 Reputation points
2021-09-24T04:41:50.947+00:00

I have a requirement in SSRS, the report should have a table with a horizontal border color (Gray) and vertical border color (white) with 3pt border width.

The problem I have is that the white line is getting overlapped by the gray border of the table(and its cells) ,but what I need is white line should overwrite gray line or we can say white line should be in front.

The control used is a Tablix. The workaround we have is to make the whole report horizontally Gray and vertically white color, but I'm just asking this to see if there is a way to implement same in a proper way.

Please find attached images for reference, ssrs1.jpg is what I need to implement.

134880-ssrs.jpg

134907-ssrs1.jpg

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,813 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. Joyzhao-MSFT 15,566 Reputation points
    2021-09-24T06:34:31.547+00:00

    Hi @Mayank-7996 ,
    Do you mean that the horizontal and vertical lines in Tablix cannot overlap? One of the colors is separated by the other.
    This is by design, when you set the border width to a larger value, the performance becomes more obvious. The border color is presented in Tablix from left to right and top to bottom. The border on the right will cover the border on the left column, and the border on the next row will cover the border on the previous row.
    If I misunderstand what you mean, please feel free to correct me.
    Best Regards,
    Joy


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.