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.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 Formating part of a textbox bold

Author  Topic 

dexter.knudson
Constraint Violating Yak Guru

260 Posts

Posted - 2009-05-03 : 21:36:12
I think I remember doing this once, but I cannot remember how.
What I want to do its format part of the conents of a textbox bold:

=iif(isNothing(Fields!plan_checklist_header.Value),"",Fields!plan_checklist_header.Value + vbCrLf) +
Fields!plan_checklist_description.Value

I want Fields!plan_checklist_header.Value only to be Bold

Thanks

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-05-07 : 14:29:50
http://blogs.msdn.com/bimusings/archive/2005/12/14/503648.aspx
Go to Top of Page
   

- Advertisement -