Hi

I would like to know if it is possible to change both the font color AND font weight based on conditions for a textbox with an expression.

If have the following to change the font color :

Code:
=SWITCH(Fields!MaksPenalisasie.Value = "JA", "Red", Fields!Gepenaliseer.Value = "JA",   "Red",  TRUE, "Black")
If would like to also make the font bold where Fields!MaksPenalisasie.Value = "JA".

Regards