How to set the Text Opacity of text box in RDL file ???

  • 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

  • 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%.

  • 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

  • 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