Group Footer Style

Stimulsoft Reports.NET discussion
Post Reply
kevin163
Posts: 27
Joined: Fri Oct 17, 2014 9:18 am

Group Footer Style

Post by kevin163 »

Hi
Why the Group Footer not have odd row style and even row style? Because our report have many group which store procedure shows the basic data.
Thank You
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Group Footer Style

Post by HighAley »

Hello.

You could use the conditions to set the odd and even styles of the Group Footer.
The GroupLine system variable should be used there.

Thank you.
kevin163
Posts: 27
Joined: Fri Oct 17, 2014 9:18 am

Re: Group Footer Style

Post by kevin163 »

Hello
thank you for your reply.
I use the conditions that don't have the odd and even style to choose ,I try to use the color set that shows the two colors to show on the basis of value,I want to the color show on the basis of row.
Can you give me a picture about the set?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Group Footer Style

Post by HighAley »

Hello.

Please, try to use GroupLine variable.
Your expressions will be next:

Code: Select all

GroupLine%2==1 //first condition
GroupLine%2==0 //second condition
Thank you.
kevin163
Posts: 27
Joined: Fri Oct 17, 2014 9:18 am

Re: Group Footer Style

Post by kevin163 »

Thanks very much ,it's oK.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Group Footer Style

Post by HighAley »

Hello.

We are always glad to help you.
Let us know if you need any additional help.

Thank you.
Post Reply