SSRS colors change based on the fields

  • Hi,

    can any body tell me,how to change the colors in SSRS based on fields .Here is the code

    680HL Road Frame - Black, 58FR-R92B-58 Black 1431.50

    706HL Road Frame - Red, 58FR-R92R-58 Red1431.50

    707Sport-100 Helmet, RedHL-U509-R Red34.99

    708Sport-100 Helmet, BlackHL-U509 Black34.99

    709Mountain Bike Socks, MSO-B909-M White9.50

    710Mountain Bike Socks, LSO-B909-L White9.50

    711Sport-100 Helmet, BlueHL-U509-B Blue34.99

    712AWC Logo CapCA-1098 Multi8.99

    I want to change colors based on colors fields.

    For Ex:

    Color fiield is black the entire row is in "Black" Color

    how can i do it this one.Plz , suggest me.

  • Not really a SSIS question, but here goes:

    you need to put an expression on the Color property of the textfields in the rows.

    Something like:

    =Fields!Color.Value

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply