RDLC reports part of the expression in Italic

gonzy1981gonzy1981 Member Posts: 156
edited 2014-12-18 in NAV Three Tier
Hi,
I'm trying to do in the expression something like this:

=Fields!Text1.Value + Fields!Text2.Value + <i>Fields!Text3.value </i>.

But it doesn't work, do you know if there is any way to do this?? :-k :-k
Thanks

Comments

  • clauslclausl Member Posts: 455
    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 :-)
  • aceXaceX Member Posts: 165
    Dear friend, you don't need to change anything in expression. You need only to:

    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
Sign In or Register to comment.