=Fields!Title & " Cost Projection <br/><u>Click to return to full company listing</u>"
Title fields:
1: Walmart
2: Ben & Jerry's
Title containing field 1 will work just fine - the formatted text will show:
"Walmart Cost Projection
Click to return to full company listing"
Title containing field 2 will be broken:
Ben & Jerry's Cost Projection <br/><u>Click to return to full company listing</u>
I believe this is due to the ampersand in ( & ) in the title field; it is appending the rest of the title as a string.