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

sql server reporting services

group:

FontSize and FontWeight


FontSize and FontWeight d4
8/2/2006 2:18:46 PM
sql server reporting services:
I have the following in a table :

=Fields!Name.Value & vbCrLf & Fields!Description.Value

and would like to set the Name to "Bold" and 10pt and the Description
to "Normal" and 8pt. I have other columns and don't want to split them
up or create another row. Is this possible or am I reaching...
Re: FontSize and FontWeight Steve MunLeeuw
8/3/2006 10:01:55 AM
There is a workaround, what I think you are looking for is Rich Text
formatting support which is not a feature of RS 2005.
http://www.ssw.com.au/ssw/Standards/BetterSoftwareSuggestions/ReportingServices.aspx#RichTexbox
The table cell has a textbox control in it, you can add a second textbox
control to this cell. Set the contents to the first to Name, Description in
the second and format accordingly.

Thanks,
Steve MunLeeuw


[quoted text, click to view]

AddThis Social Bookmark Button