I have following expression, which sets bottom style according to the in_trainer_id
in_trainer_id>0?BorderBottomStyle.None:BorderBottomStyle.Solid
No error in the editor, but in the report it tells me: Unexpected token ":". Expected an identifier, the '-' character, a string constant or a numerical constant.