Trying to set a bottom border in textbox based upon dataset information.
-
Wednesday, February 06, 2013 7:45 PM
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
All Replies
-
Wednesday, February 06, 2013 8:09 PM
Hi,
Make sure you have the Default border set to none. This worked for me:
Please mark as answered or vote helpful if this post help resolved your issue. Thanks!
k r o o t z- Marked As Answer by 99Shash99 Wednesday, February 06, 2013 8:47 PM
-
Wednesday, February 06, 2013 8:47 PM
Thanks, works great!!
shash

