The following expression tests the value of a field PhoneNumber to see whether it is null
=IIF(Fields!PhoneNumber.Value Is Nothing,"No Value",Fields!PhoneNumber.Value)
http://msdn2.microsoft.com/en-us/library/ms157328.aspx