February 14, 2018 at 11:38 am
I have tried the below expression for making the fields value bold and underline but its not working.can someone help-
"<u>"&"<b>" & Fields!Status.Value &"</b>" &"</u>" &vbcrlf & Fields!Status1.Value
i also want a new line or blank row. in this above expression so -
Display output as-
Status
Status1
February 14, 2018 at 12:30 pm
Papil - Wednesday, February 14, 2018 11:38 AMI have tried the below expression for making the fields value bold and underline but its not working.can someone help-"<u>"&"<b>" & Fields!Status.Value &"</b>" &"</u>" &vbcrlf & Fields!Status1.Value
i also want a new line or blank row. in this above expression so -
Display output as-
StatusStatus1
You cannot format the text string - you have to format the placeholder or text box. You will need 2 separate placeholder/text boxes to accomplish this task - and then you can format one of those with bold/underline and the other without.
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
February 14, 2018 at 12:39 pm
Papil - Wednesday, February 14, 2018 11:38 AMI have tried the below expression for making the fields value bold and underline but its not working.can someone help-"<u>"&"<b>" & Fields!Status.Value &"</b>" &"</u>" &vbcrlf & Fields!Status1.Value
i also want a new line or blank row. in this above expression so -
Display output as-
StatusStatus1
I have no idea how your report is setup - if you are using a matrix, your own layout with a blank report, etc.
But with a text box, stand alone or part of a matrix, you can right click the text box, select properties and then go to Font. Set style bold and effects to underline.
I have no idea what you mean with putting a new line in an expression. If this is a matrix, you can right click on a row and insert a row above or below. In some cases, you can also just use a blank text box across the report
Sue
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply