With a report, we have a variable which contains some line breaks. However, we noticed that the output word report does not show the line break.
We tried the following:
rt:=rt+FORMAT(cr)+FORMAT(lf)+FORMAT(cr)+FORMAT(lf)+'<br/>'+'<w:br/>\ \r\n \r \n\n'
Do you have any ideas or other suggestions for the solution of our problem?
Thanks in advance!
*This post is locked for comments
In the meantime, an improved module called Wordlayout+ is available, which allows to insert manual line breaks within plain text controls from within NAV C/AL. Further information and a download link can be found here: https://massivedynamicsblog.wordpress.com/2016/09/15/wordlayout/
Hello Daniel,
In RDLC Report you can use System.Environment.NewLine
It gets a new line, for example you can write in TextBox expression something like:
=Fields!CompanyAddr1.Value + System.Environment.NewLine + Fields!CompanyAddr2.Value
Dear Daniel,
I have the same request.
Did you find solution for this?
Kind regards,
Claus Mayer
Hi,
Please refer the answers for this question over here.
Link: http://forum.mibuso.com/discussion/24035/new-line
Let us know if it helps.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156