Frame

Applies to

Band

Label

Database text

File text

Expression

Image

Database image

File image

File icon

Checkbox

Database checkbox

Specifies object frame type, color, style and width.

When the frame 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, 'TemplateFrameColor'), the color value will be extracted from TemplateFrameColor 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).