June 8, 2005 at 6:09 pm
I am trying to build in dynamic coloring into my report depending on the value in a certain field. Query already returns name of the color I would like to use as an additional field (color conditions are driven by range of data certain value falls into and stored in the database ). I simple need to pick color stored in this field( it is Dataset field Color) and apply to particular cell (possibly entire row) when rendering report. Colors are returned as names: GREEN,RED,GREY etc.
June 8, 2005 at 6:45 pm
Have you tried using an expression in the 'Color' property for the textbox (ie cell) in the report? I imagine it would look something like
= Fields!MyColorColumn.Value
HTH,
Steve.
June 8, 2005 at 6:48 pm
Thanks, Steve! I have figured this out after I posted my question. It worked nicely.
Thanks again,
Igor
June 10, 2005 at 1:29 pm
Here's a good explaination:
http://www.sqlservercentral.com/columnists/bknight/reportingservicesconditionalformatting.asp
Greg
June 10, 2005 at 1:48 pm
Thanks a lot Greg! Very useful.
Igor
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply