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
Condition Style for one textbox
Re: Condition Style for one textbox
Hello.
Thank you.
Yes, you can. Please, watch the How to Create Report with Highlight Condition video on our site.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?
Thank you.
Re: Condition Style for one textbox
Thank you for replyAleksey Andreyanov wrote: Yes, you can. Please, watch the How to Create Report with Highlight Condition video on our site.
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
Hello.
Thank you.
You could also to use the Odd Style and Even Style properties of the BandAndyDroid 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
Thank you.