HI i need some help with text color in texbox using an expression,i have a report with some table and had a text with with positive numbers and negative number my requirement here is i need to write an expression like
then the textcolor should be Black if its less than 0 then the text should be in Red color can any one give me suggestion on how to do that
iif(Fields!Price.Value>0)
then the textcolor should be Black if its less than 0 then the text should be in Red color can any one give me suggestion on how to do that