Hello,
In my code I assign the string "HIGH" to a TextBox in my Report. The report shows the value "HIGH" correctly in the report. I would like to format the TextBox in such a way that the text's colr is Red when it contains "HIGH". Therefore I have created a Conditional Formatting Rule saying that if TextBoxName.Value = ="HIGH" (see attached image) the the style should have a red font color.
However this does not work. Dies conditional formatting work if the value of the textbox is assigned directly through code?
Any help is appreciated.
Thanks in advance
In my code I assign the string "HIGH" to a TextBox in my Report. The report shows the value "HIGH" correctly in the report. I would like to format the TextBox in such a way that the text's colr is Red when it contains "HIGH". Therefore I have created a Conditional Formatting Rule saying that if TextBoxName.Value = ="HIGH" (see attached image) the the style should have a red font color.
However this does not work. Dies conditional formatting work if the value of the textbox is assigned directly through code?
Any help is appreciated.
Thanks in advance