I need to show a small colored circle in the column. I tried different CSS but couldn't get anything shown. Any help for what I need?
Thanks
I need to show a small colored circle in the column. I tried different CSS but couldn't get anything shown. Any help for what I need?
Thanks
I need to show a small colored circle in the column
For this you can use an Indicators (Report Builder and SSRS)

CSS is for HTML. If you need a circle on an SSRS report then create an image and add it to the report like you would any other data point. It doesn't matter whether the image is needed once or shown based upon some condition for each row as SSRS will render the image like it does any text object.
The problem with that is the background color. Needs to be set programmatically.
Do you need just a couple colors like red and green and an arbitrary number of colors such that you need a fill option?
9 people are following this question.