Hi,
I've used the following expression in the bottom border of a textbox to underline the box dynamically. It underlines every detail line not just the ones that satisfy the expression:
= IIF(Fields!rowUnderlineInd.Value,"Solid","None")
when I apply underline to the text decoration as follows, it works perfectly:
= IIF(Fields!rowUnderlineInd.Value,"Underline","None")
any ideas?
thank you in advance
shash