I have an expression in a textbox of a tablix control:
="Rectification: " + Fields!MoreInfo.Value
What I would like to do is have the word 'Rectification:' in bold and the rest of the text unbolded. Unfortunately I've no idea how to do this.
I've tried the following (as per a suggestion from Google):
="<b>Rectification:</b> " + Fields!MoreInfo.Value
However this shows the tags in their literal form. It also appears that expressions on the bold context apply to the entire textbox and cannot apply to only some parts of it.
I believe you'll need to use placeholders to accomplish this.
Here's an excellent tutorial.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With