I'm trying to change the font of the text in my SSRS Report using the SSRS Expression language.
I have a textbox in my report and I set the Value property of it using the SSRS Expression language
="hello"
Is there a way to make the "hello" literal an underlined string?