crossdataband assistance

Stimulsoft Reports.WEB discussion
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: crossdataband assistance

Post by HighAley »

Hello.

The easiest way yo solve this issue will be to use next expression:

Code: Select all

{GroupLine - 1}
Thank you.
cbrydon
Posts: 176
Joined: Fri May 30, 2014 4:37 pm

Re: crossdataband assistance

Post by cbrydon »

Thanks Aleksey,

What I ended up doing is creating an variable and setting it to 0 initially. In the BeforePrint event of the databand, I place the following expression grpNum = 0.
In the BeforePrint event of the CrossGroupHeader, I increment the variable by 1 with this expression... grpNum = grpNum + 1 and it gives me the results I need.

Thank you for your help!
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Re: crossdataband assistance

Post by Andrew »

Hello,

Great! Thank you for sharing your way of resolving the issue.

Thank you.
Post Reply