Page 1 of 1
Condition Style for one textbox
Posted: Tue Sep 04, 2012 7:52 pm
by AndyDroid
How can i do this...?
I need make a condition for just one textbox, not a complete row
When is a complete row is simple, just choose the style in property's datasource, but i dont want a complete row, just one textbox
can i do that?
Thnx
Re: Condition Style for one textbox
Posted: Wed Sep 05, 2012 8:06 am
by HighAley
Hello.
AndyDroid wrote:How can i do this...?
I need make a condition for just one textbox, not a complete row
When is a complete row is simple, just choose the style in property's datasource, but i dont want a complete row, just one textbox
can i do that?
Yes, you can. Please, watch the
How to Create Report with Highlight Condition video on our site.
Thank you.
Re: Condition Style for one textbox
Posted: Wed Sep 05, 2012 4:24 pm
by AndyDroid
Thank you for reply
I just saw the video, but, how can i make for odd and pair rows the condition?
i tried something like "Line % 2", but it doesn't work
=====================================================================================
EDIT
i found it
Line % 2 == 0
Thnx
Re: Condition Style for one textbox
Posted: Thu Sep 06, 2012 10:24 am
by HighAley
Hello.
AndyDroid wrote:I just saw the video, but, how can i make for odd and pair rows the condition?
i tried something like "Line % 2", but it doesn't work
=====================================================================================
EDIT
i found it
Line % 2 == 0
You could also to use the Odd Style and Even Style properties of the Band
Thank you.