What is an easy way to squeeze the lines of an address when anyone one of the address lines might be empty
Example:
Customer Name
AddressLine1
AddressLine2
AddressLine3
City, ST, ZIP
What is an easy way to squeeze the lines of an address when anyone one of the address lines might be empty
Example:
Customer Name
AddressLine1
AddressLine2
AddressLine3
City, ST, ZIP
Empty Address Lines
AnnyJacky
=iif(Fields!AddressLine2.Value=
"","0pt","9pt")This hopeful will set it's line height to 0 if its empty OR 9pts if not.