Formating text expression bold, normal

  • Please Help me, does any one know how I can do this, I need to work in a report using Report services 2008. I have a text box with an expression, so I would like to formatt my text as :

    Set expression for:

    = "Total :" & fields.values.... , Total needs to be in bold

  • jgarcinuno (1/22/2010)


    Please Help me, does any one know how I can do this, I need to work in a report using Report services 2008. I have a text box with an expression, so I would like to formatt my text as :

    Set expression for:

    = "Total :" & fields.values.... , Total needs to be in bold

    I'm assuming that you want just the word "Total" to be bold. If that is the case then in 2008 you can use placeholders and html. Double click into the text box so that the cursor appears in it and then right click and select Create Place holder. In the placeholder properties select HTML as the mark up type and enter = "<b>Total :</b>" & fields.values as your expression in the value field.

    Hope that helps.

    Ben

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply