Highlight Background Color
Applies to
Specifies background color of highlighted object. Object is highlighted depending on result of expression stored in Highlight Condition property.
When the highlight background color begins with '=' character, the remaining part of it is interpreted as expression. This allows you to specify dynamically calculated color instead of the color constant. For example, if you specify it as =dataset_field_val(1, 'TemplateColor'), the color value will be extracted from TemplateColor field of the report dataset. You can also use rgb function to build the color as a mix of red, green, and blue, for example: =rgb(dataset_field_val(1, 'ErrorCount'), 0, 127).
