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

sql server reporting services

group:

Diffrent colours in same text box


Diffrent colours in same text box Shrinivas
6/14/2006 3:12:00 AM
sql server reporting services:
Is this possible to givee Diffrent colours in same text box in
reporting services
if yes I want to know that .


thanks
Shri
Re: Diffrent colours in same text box RBot
6/14/2006 5:53:46 AM
Each text box can only have 1 background colour, 1 font colour and 1
border colour.

You can overlay multiple text boxes and hide/show them dynamically
depending on conditions so you could achieve various patterns with
that. I think you can even set transparency so font on a below box can
show through an above box of another colour.

Of course you can set colour dynamically
=iif(fields!expenditure.value > 10000, "red", "green").

[quoted text, click to view]
Re: Diffrent colours in same text box Shrinivas
6/15/2006 2:39:31 AM
But Rbot
Ovelap text box feature is not supported in web and any overlap text
box will be shown in diffrent scope .I want to say that if i overlap
text boxes on web they show up at diffrent places instead of same
place.
Shrinivas


[quoted text, click to view]
Re: Diffrent colours in same text box RBot
6/17/2006 7:07:12 AM
OK so overlapping does not work for you. You could try breaking it up
so you have multiple text boxes next to each other and show one letter
in each - probably need a fixed with font and control the width and
position by properties. So one can be red, the next blue etc.

Each text box can only have 1 background colour, 1 font colour and 1
border colour at a time.


[quoted text, click to view]
AddThis Social Bookmark Button