How can I make use below SSRS expression functionality to get background colors from database, as tooltip explains ?
Asked
Active
Viewed 624 times
0
-
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 Answers
-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
- 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

chandrasekhar
- 32
- 3