Condition Style for one textbox

Stimulsoft Reports.NET discussion
Post Reply
AndyDroid
Posts: 24
Joined: Mon Nov 28, 2011 1:23 pm

Condition Style for one textbox

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Condition Style for one textbox

Post 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.
AndyDroid
Posts: 24
Joined: Mon Nov 28, 2011 1:23 pm

Re: Condition Style for one textbox

Post by AndyDroid »

Aleksey Andreyanov wrote: Yes, you can. Please, watch the How to Create Report with Highlight Condition video on our site.
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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Condition Style for one textbox

Post 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.
Post Reply