Options

Text formatting in RDL Report

rkochrkoch Member Posts: 8
edited 2010-08-04 in NAV Three Tier
I want to reformat a text in Visual Studio 2008 but I don't know the right command.

Can some one help me?

Comments

  • Options
    ara3nara3n Member Posts: 9,255
    Could you give us a little more info on how you want to format the text?

    The data comes from NAV so you can preformat it the way you want.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • Options
    rkochrkoch Member Posts: 8
    This is in my expression:

    ="Einkäufer KMR: " & (Fields!PurchRcptHeader__Purchaser_Code_.Value)

    In the properties I have set the Fontfamily to Arial Black and the red part then I would change it separately(in Arial) in the same TextBox.
  • Options
    ara3nara3n Member Posts: 9,255
    Fonts are specified at textbox level so you cannot change part of the text to be in one font and another part in another font.

    Create another column and put first part in the text box.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.