handle with multi lines
I have a field which store multi line like a memo
e.g.
001
002
003
004
when I preview the report in design time, it shows
001
002
003
004
but when I preview the report in run time, it shows
001 002 003 004
I have set the CanGrow & CanBreak to true, how to solve this problem ?
e.g.
001
002
003
004
when I preview the report in design time, it shows
001
002
003
004
but when I preview the report in run time, it shows
001 002 003 004
I have set the CanGrow & CanBreak to true, how to solve this problem ?
Comments
Both design and run time preview should be identical. Could you make a simple project that demonstrates the problem?
Please check the attachment.
Left hand side is design time and right hand side is run time.
It is demo version.
Mail sent, thanks!