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:
click text box (so cursor in text box)
right click , select "create placeholder"
in markup type select "html - interpret html tags styles"
in value:
="this <b>queue</b> builder"
you're ready go.
Comments
Post a Comment