June CTP - How to inspect for Empty String

Thanks for your response but neither option work. I did confirm that Len(field.Value) is 0 by displaying on the report. For some reason when used in the IIf function, the comparison, Len(field.Value) = 0 fails.
[211 byte] By [KKaps] at [2007-12-16]
# 1
System.String.IsNullOrEmpty(Fields!Variable.Value) also does not evaluate to true when the string is empty.
KKaps at 2007-9-9 > top of Msdn Tech,SQL Server,SQL Server Reporting Services...
# 2
Try using =Iif(field.value=""
EdLehman-Msft at 2007-9-9 > top of Msdn Tech,SQL Server,SQL Server Reporting Services...

SQL Server

Site Classified