all groups > sql server reporting services > june 2006 >
You're in the

sql server reporting services

group:

formatting with expressions trouble



formatting with expressions trouble Benw
6/2/2006 12:32:02 PM
sql server reporting services: I am trying to make a whole row "bolder" if a field in that row return true.

iif(field = true,"bolder","normal")

Re: formatting with expressions trouble Tim Dot NoSpam
6/5/2006 1:03:13 PM
Should be =IIF(Fields!YourField.Value = True, "Bold", "Normal")

[quoted text, click to view]

AddThis Social Bookmark Button