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 |
under2811
Constraint Violating Yak Guru
366 Posts |
Posted - 2007-10-08 : 09:08:23
|
Hi,I am using SSRS where I came across one text box what I want from it is..its string is "Employee Name" but I want that in format like "Employee Name"What property i need to set for TextDecorationPlease help meT.I.A |
|
Will H
Yak Posting Veteran
56 Posts |
Posted - 2007-10-12 : 17:29:41
|
Can't be done, at least not without some serious hacks. A text box generally only has 1 formatting style. What you'll have to do is use 2 separate textboxes, one for "Employee" and one for "Name" (with the underline). |
 |
|
Kristen
Test
22859 Posts |
Posted - 2007-10-12 : 18:16:39
|
Hey Will. Welcome to SQL Team.Nice to see someone tackling the SSRS problems.OK, so now we've got that over with, have you cancelled all your vacation for the next N years (Where "N" is a large number)? Kristen |
 |
|
Will H
Yak Posting Veteran
56 Posts |
Posted - 2007-10-12 : 19:33:14
|
Thanks, and well met.I have regretfully utilized all my vacation hours and am now attached by chain to my desk. :P---------------------------------------------------------SSRS Kills Kittens. |
 |
|
|
|
|