reporting services - how to make bold only speciifc text in rdl file -


i have rdl file.

i have 1 column displays:

"this queue builder record"

i want make word "queue" bold , other words remain normal.

e.g.: queue builder record"

when trying entire column becomes bold. how can achieve this?

i assume when rdl, have referring ssrs report file. if running rdl file in 2005, cannot cleanly, split column 3 columns , bold middle column contains "queue" messy , ugly. if using 2008 there couple ways it, easiest to:

  1. click text box (so cursor in text box)

  2. right click , select "create placeholder"

  3. in markup type select "html - interpret html tags styles"

  4. in value:="this <b>queue</b> builder"

you're ready go.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -