Page 1 of 1

Odd/even style on groupheader band

Posted: Mon Jan 16, 2012 3:56 am
by lanfro
Hi!

I am creating a report which has two groupheader bands (nested) and the databand is hidden (databand has no height size). Only the groups will show.
Is there a way to add odd/even style on groupheader band? I`d like to put a odd/even style on the second groupheader band.
Thank you.

Regards

Frode

Odd/even style on groupheader band

Posted: Mon Jan 16, 2012 7:51 am
by HighAley
Hello.
lanfro wrote:I am creating a report which has two groupheader bands (nested) and the databand is hidden (databand has no height size). Only the groups will show.
Is there a way to add odd/even style on groupheader band? I`d like to put a odd/even style on the second groupheader band.
Please, try to use the Condition of the text components using next expressions:

Code: Select all

GroupLine % 2 == 0
GroupLine % 2 == 1
Thank you.

Odd/even style on groupheader band

Posted: Mon Jan 16, 2012 8:17 am
by lanfro
Hi again!

The solution works like a charm. Thank you very much for solution and fast reply. Have a nice day.

Frode

Odd/even style on groupheader band

Posted: Mon Jan 16, 2012 11:57 pm
by Andrew
Hello,

As usually, our pleasure to help you.

Thank you.