I am attempting to conditionally bold lines on a report based off a boolean variable (Bold) that I pass it.
Currently I have tried all of these in the FontWeight Expression for the text box:
=iif(Fields!Bold.Value,"Bold","Normal")
=iif(Fields!Bold.Value=1,"Bold","Normal")
=iif(Fields!Bold.Value=TRUE,"Bold","Normal")
Any help would be appreciated.
Thanks in advance :)
*This post is locked for comments
I have the same question (0)