HiI have a SSRS expression like[code="sql"]=Fields!internalPartnerName.Value & "" & Fields!addressLine1.Value & "" & Fields!addressLine2.Value & "" & Fields!addressLine3.Value & "" & Fields!zipCode.Value & "" & Fields!city.Value & "" & Fields!countryName.Value[/code]Here if addressLine2 & addressLine3 fields in database are empty, an empty space will be shown in the SSRS report.How to avoid that empty space, by modifying the expression?
↧