I have a report in SSRS 2008 R2 where the heading needs to have varying background colors depending on some criteria. The expression I have for the background color is =Iif(Sum(Fields!Column.Value)>0, "IndianRed", "#6e9eca"). This works fine and my report looks the way I expect it to when its run.
The "problem" I'm having is in BIDS...the cells that have this expression for the background color are all white in design mode, and the text is also white (bg-colors are dark) so it appears that the cells are completely blank! Not a huge problem but still quite annoying. Is there any way to fix this?
Lumbago
www.thefirstsql.com