Highlight Font

Applies to

Label

Database text

File text

Expression

Specifies font attributes of the highlighted object: name, size, color, and style. Object is highlighted depending on result of expression stored in Highlight Condition property.

When the highlight font 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).