Text Wrapping / Multi-line Text
Posted: Tue Jul 28, 2015 12:29 pm
I have a long text field I want to print as multi-line in a (box-shaped) field on a report. I have tried using "Minimum / Maximum Rows" property of report field but doesn't have the desired effect. Is there a way to do this easily(i.e print a 256 character string as 4x64 lines on a report without using SQL to split the string into 4) ?