Odd/even style on groupheader band

Stimulsoft Ultimate discussion
Post Reply
lanfro
Posts: 24
Joined: Mon Jan 16, 2012 3:48 am
Location: Norway

Odd/even style on groupheader band

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

Odd/even style on groupheader band

Post 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.
lanfro
Posts: 24
Joined: Mon Jan 16, 2012 3:48 am
Location: Norway

Odd/even style on groupheader band

Post by lanfro »

Hi again!

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

Frode
Andrew
Posts: 4107
Joined: Fri Jun 09, 2006 3:58 am

Odd/even style on groupheader band

Post by Andrew »

Hello,

As usually, our pleasure to help you.

Thank you.
Post Reply