Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
chriskhan2000
Aged Yak Warrior
544 Posts |
Posted - 2004-10-19 : 09:24:44
|
Tara,I gotta ask for your expertise on this. I was able to enter multiple text line into the text box by going to the value in the properties and then expression. However I was not able to bold a center text in the textbox. Is there a way to do this without making the entire contect within that box bold? Thanks. |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2004-10-19 : 15:21:43
|
I don't understand. Could you explain more?Tara |
 |
|
chriskhan2000
Aged Yak Warrior
544 Posts |
Posted - 2004-10-19 : 16:39:19
|
Oh i did some research and this is something that's not available with Reporting at this time. HEre's an Example:This is a test. In the text box. Just able to control the text internally. |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2004-10-19 : 16:48:43
|
I don't see why this wouldn't be available in the current version. I did this on for the Color of one of my textboxes:=IIF(Parameters!NMCAccount.Value = 1720320, "Red", "Black")It's a stupid example, but maybe you can change the IIF to search through the field for the part that you want to change.Tara |
 |
|
chriskhan2000
Aged Yak Warrior
544 Posts |
Posted - 2004-10-22 : 14:55:59
|
One workaround this is to use textbox embedded within another text box. So let say that I want a word to be bold, I just create a small textbox and put it inside the textbox of my sentence. I was able to bold that one word, but it's kind of tedious. As of right now it's a solution. I haven't try using expression, but looks like it will work. Thanks. |
 |
|
|
|
|