I have the word Subtotal four times and the word total once in my report (subtotals and grand totals), I want the total line to be bold so I tried the following code and nothing happened:
=IIF(Fields!Indicator.Value like "total","Bold","Normal"), thinking along the lines of normal SQL coding, I also used =IIF(Fields!Indicator.Value like "%total%","Bold","Normal"), neither way seems to work, what am I doing wrong?
I have added this to the Fontweight section.