question

markgoldin-3750 avatar image
0 Votes"
markgoldin-3750 asked OlafHelper-2800 answered

SSRS report - show a smal circle in table

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

sql-server-reporting-services
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

OlafHelper-2800 avatar image
0 Votes"
OlafHelper-2800 answered

I need to show a small colored circle in the column

For this you can use an Indicators (Report Builder and SSRS)

116118--temp.png



-temp.png (42.1 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

cooldadtx avatar image
0 Votes"
cooldadtx answered markgoldin-3750 commented

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.

· 5
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

The problem with that is the background color. Needs to be set programmatically.

0 Votes 0 ·

Do you need just a couple colors like red and green and an arbitrary number of colors such that you need a fill option?

0 Votes 0 ·

Currently I need 4 colors.

0 Votes 0 ·
Show more comments