How to wrap a word

edited 10: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

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.