0

How can I make use below SSRS expression functionality to get background colors from database, as tooltip explains ?

enter image description here

Aditya
  • 2,299
  • 5
  • 32
  • 54
  • Are you asking "How to set the background color of a label to a value stored in the database"? – Ross Bush May 17 '17 at 12:26
  • To clarify, that tooltip in the image is referring to properties set in a multidimensional SSAS model. But, as the answer below suggests you can get colors from a database and use them in the properties to set the background color. – StevenWhite May 17 '17 at 17:26

1 Answers1

-1

you can get the background color value from the database consider the below example For the text box 1. go to the textbox properties --> fill 2. select expression for the fill color option as shown in below screenshot

screenshot

  1. in expression give the field value from the dataset eg: =Fields!color.Value

for that text box the color will applied .

Jones Joseph
  • 4,703
  • 3
  • 22
  • 40