Hi,
I trying to change the color of the text based on a condition using sql server 2005 reporting services. Some thing like this.IIF(Fields!OrderYear.Value < 2000,"Red","Black"). But not able to achieve this.. how can I do that?
Where are you putting this expression? Make sure the expression is on the font color property, not on value.
|||Yes, you are right. Thank You.
No comments:
Post a Comment