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)
 Set color only in part of string

Author  Topic 

Ciupaz
Posting Yak Master

232 Posts

Posted - 2013-12-13 : 05:53:00
Hello all
I have a textbox inside my report (SSRS 2008 R2) that has this expression:

="Inside this plant: " + Parameters!PlantName.Value

How can I set the PlantName.Value in red color, and not all the string?

Thanks in advance.

Luis

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-12-13 : 07:25:25
http://social.technet.microsoft.com/wiki/contents/articles/18748.ssrs-multi-font-color-multi-font-size-within-a-single-field-textbox.aspx

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page

Ciupaz
Posting Yak Master

232 Posts

Posted - 2013-12-13 : 08:42:57
A little complicated, but, thanks a lot Visakh.

L
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-12-14 : 00:57:29
quote:
Originally posted by Ciupaz

A little complicated, but, thanks a lot Visakh.

L


you're welcome
its not as complicated as it looks

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page
   

- Advertisement -