So, I have a text box in my report with an expression that pulls in a company name... The text box is a little taller than 1 line of text due to formatting and alignment purposes, but it is also set to CanGrow=False... If the company name is too long for the text box width, I just want it to truncate the name, not wrap the text down onto a second line... The reason for this is because then the second line is partially visible and the alignment of the first line gets messed up...
See pictures below... (It also does it for long email addresses)
^^^As you can see, it pushes the 1st line up a little bit and then the second line is partially visible...
kclapp