We're using the Check/Stub/Stub layout (report 10412) and we're finding that sometimes in the address section, the vendor's name is duplicated. The RDLC format uses the /expr/ fields that pull /CheckToAddr1/ through /CheckToAddr5/ (parsing the string and pulling in lines 101-105). Some vendors print correctly, but include the country which we don't want, Scenario 1:
Name
Address
Address2
City State Zip
Country
While others print with a duplicated name, Scenario 2:
Name
Name
Address
Address2
City State Zip
If we just remove the country from the bottom, Scenario 2 loses the needed /City State Zip/ fields, so that isn't an option. In addition, if there isn't an /Address2/ (like appt, suite, etc.) then we see Country move up. Is there a way to not print the country regardless of how many address fields are used? More importantly, why does the name sometimes print twice?