service - Asking about SSRS expression font change -
i have expression this:
fields!prodname.value & vbcrl fields!address.value & vbcrlf & fields!city.value + " ," + fields!state.value & vbcrlf & fields!pincode.value & vbcrlf &
in above want bold first field, , leave remaining text in normal font.
what version of ssrs using?
if have 2012, can use html tags in text box placeholder add formatting:
"<b>" & fields!prodname.value "</b>" & vbcrl fields!address.value & vbcrlf & fields!city.value + " ," + fields!state.value & vbcrlf & fields!pincode.value & vbcrlf &
Comments
Post a Comment