all groups > sql server reporting services > december 2004 >
You're in the

sql server reporting services

group:

formatting a field


formatting a field Yoya
12/14/2004 1:49:04 PM
sql server reporting services:
I'm trying to format a text box color using an expression
= (Field!Name.Value < 0, "Red", "Black") but system send this error
The color expression for the textbox 'Field name' contains an error
[BC30451] name 'Iff' is not declared.

RE: formatting a field cd
12/14/2004 2:07:04 PM
use =Iif(Field!Name.Value < 0, "Red", "Black")

[quoted text, click to view]
AddThis Social Bookmark Button