mhdragon17
Technical User
this is more a visual studio question, but i figured someone would be able to answer it...
what is wrong with this
=IIF ( Fields!AttendanceCode.Value = "\*" OR Fields!AttendanceCode.Value = "P", "Normal", "Bold")
Somebody decided to use an asterisk in the database to make it a little more difficult to work with, and my report still shows it to be bold. Am i doing the syntax wrong?
what is wrong with this
=IIF ( Fields!AttendanceCode.Value = "\*" OR Fields!AttendanceCode.Value = "P", "Normal", "Bold")
Somebody decided to use an asterisk in the database to make it a little more difficult to work with, and my report still shows it to be bold. Am i doing the syntax wrong?