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

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -