Hello,
in classic we could use char 10 to force the tekst to go to a new line.
How can I do this in the expression of a field?
I want the following text to be shown like this:
Expression of the field =(First(Fields!AmountCaption.Value))& First(Fields!ValutaCode.Value)
Net Amount
EURO
Tried <BR> but this did not work, maybe because of wrong use?
Thanks.
0
Answers
To break the line in RTC you use this code:
"text1" & vbNewLine & "text2"
Edit: Forgot Thanks!
/Claus Lundstrøm
I'm blogging here:http://mibuso.com/blogs/clausl and used to blog here: http://blogs.msdn.com/nav
I'm also offering RDLC Report Training, ping me if you are interested. Thanks to the 700 NAV developers that have now already been at my training. You know you can always call if you have any RDLC report issues :-)