Place Rounded Border in Reporting Services

Marco Tulio Chavez Maradiaga 0 Reputation points
2023-06-22T05:04:18.8533333+00:00

I am currently using Report Builder, and I would like to know the way to place a rounded border in the corner of a table or text box

Currently it can only be squared

User's image

and I would like a border like this:

User's image

is it possible to do this? if possible how would it be

I don't know if you can use HTML

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,855 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ZoeHui-MSFT 34,836 Reputation points
    2023-06-22T06:19:12.5433333+00:00

    Hi @Marco Tulio Chavez Maradiaga,

    As per MS Report Builder behavior, we currently don’t have option to set rounded corners.

    Here is a workaround, you may check to see if it helps.

    1. Go into paint and draw a rounded corner box the size you need.
    2. Cut the set of text boxes to surround with rounded border.
    3. Place a rectangle control over the entire area all the text boxes covered.
    4. Paste my text boxes onto the rectangle.
    5. Right-Click and choose rectangle properties.
    6. Select the Fill Tab and select "Embedded" image source.
    7. Click Import and select your paint image.
    8. Click Ok.
    9. Find and expand BackgroundImage on Rectangle and change BackgroundRepeat to "Clip.". Otherwise, your image is repeated.

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.