Re: Diffrent colours in same text box by RBot
RBot
Sat Jun 17 09:07:12 CDT 2006
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.
Shrinivas wrote:
> 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
>
>
> RBot wrote:
> > 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").
> >
> > Shrinivas wrote:
> > > Is this possible to givee Diffrent colours in same text box in
> > > reporting services
> > > if yes I want to know that .
> > >
> > >
> > > thanks
> > > Shri