March 10, 2016 at 6:04 am
I have report developed in SSRS but not able to set the text opacity. In the expression i have to set the text opacity based on some condition 1.0 , .7 and .4
I am looking in the font but not found any such property. How can set this..
Please help ....!!!
Thanx.
VD
March 10, 2016 at 6:49 am
You cannot change the opacity of the font colour. You can achieve transparency by setting the colour to Nothing but there are no ways of setting a level between 0 - 100%.
March 11, 2016 at 4:50 am
Thanks a lot. Is it a SSRS limitation I guess. What do you suggest the color code for the
below opacity level for the Standard Black color. As i come across SSRS also not accepting the #000 color code.
1.0
.7
and .4
Much thanks !!!
VD
March 11, 2016 at 6:09 am
It stores it as a text value so wants 6 digits, #000000 will work for black.
After that I would suggest just using the colour picker and choosing different shades of grey. You can return these in the colour expression as text values e.g. "#f7f7f7" or "LightGrey" etc as part of a switch statement.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply