1. Create 2 Placeholders in the Textbox
2. Then place this in Placeholder 1: "=Fields!Text1.Value + Fields!Text2.Value"
3. And place this in Placeholder 2: "=Fields!Text3.Value"
4. Now mark the Placeholder 2 and hit the Italic button in Visual Studio.
You can also change the color or font on Placeholder 2 if you want.
/Claus Lundstrøm
Claus Lundstrøm | MVP | Senior Product Manager | Continia.com
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 :-)
Comments
2. Then place this in Placeholder 1: "=Fields!Text1.Value + Fields!Text2.Value"
3. And place this in Placeholder 2: "=Fields!Text3.Value"
4. Now mark the Placeholder 2 and hit the Italic button in Visual Studio.
You can also change the color or font on Placeholder 2 if you want.
/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 :-)
1. First left click on the text box and then use Right click
2. Placeholder properties
3. In Markup type use HTML instead of None
After this, your expression should work properly
Regards