How to wrap a word

edited 1:09PM in FastReport 4.0
Hi, my first col in cross tab is a name. I have many cols, so sometimes report doesn't fit in the page.
But, if my first col is a name(first name surname) so I could wrap it, and shorten its width.

But how?
In Delphi I tried(in OnGetText of my DataField):
Text:=stringReplace(Text, ' ', #13+#10, [rfReplaceAll]);

Just to replace blank space(' ') with enter. But it didn't work.

Leave a Comment