Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all articles
Browse latest Browse all 2791

Need help in giving the expression for background color for a column

$
0
0
Hi All, I have a column 'RunTime' with following format of data in it. I need to give an expression for back ground color of this column as 'RED' if the RunTime >= 2 HrsFor my earlier reports I was using = IIF(Fields!Runtime.Value > 2,"RED","SpringGreen") and it used to work. but I guess that because the column format was integer.Can someone please help ASAP. Need to get this done tonight.Thanks in Advance.

Viewing all articles
Browse latest Browse all 2791

Trending Articles