SSRS - Conditional Text Formatting (Expressions using Switch)
问题 I will open this up by stating that the expressions do work within the report. The problem is they aren't working together. I currently have a column header formatted based on the values of two columns. Italics and underlined based on the value of Column1. Bold and a specific color based on the value of Column2. I am doing this by using Switch expressions in the text properties. Here is what I have for each: =Switch(Fields!Column1.Value <> "Specific Value","Italic",Fields!Column1.Value =