all groups > sql server reporting services > april 2006 >
You're in the

sql server reporting services

group:

adding various fonts/weights to values in a string



adding various fonts/weights to values in a string Susan R
4/3/2006 12:34:03 PM
sql server reporting services: HI

I am creating a form that needs to have strings of text in the text box.
The strings have numbers included and the numbers need to be a different
font. The form is built in a table, so splitting the row will not work.

Example:
Textbox 10 has the following value:

8. Fax Number

The number 8 needs to be arial narrow bold 6.96 and the fax number needs to
be arrial narrow 6.96

Any help would be appreciated.

Thank you
Re: adding various fonts/weights to values in a string Rodney Landrum
4/3/2006 3:13:44 PM
Hi Susan,
One of the ways to do what you need is to place a rectangle object right in
the textbox of the table. Then place two (or more) individual textboxed
inside of the rectangle that is inside of the table cell. You can set the
font weights on the individual textboxes at that point so:
"8" will be in its own textbox and the Fax Number data field in the other,
but they can be together within a single cell. This might add a little more
work, but it should solve the problem.
Rodney Landrum
[quoted text, click to view]

AddThis Social Bookmark Button