Processing Order and Display of Bands

Stimulsoft Reports.NET discussion
Post Reply
hackjack
Posts: 6
Joined: Thu May 16, 2013 2:19 pm

Processing Order and Display of Bands

Post by hackjack »

Hi,

I'm having trouble understanding the processing, rendering and printing order of bands in my report.

I have a report structure like this:

A GroupHeaderBand
B GroupHeaderBand
C DataBand
D GroupFooterBand
E GroupFooterBand

I am trying to fill additional a field in each of these bands with value from code. I have a list of strings and am always fetching the next one to write in the current band. Each time the value is retrieved from my code I have tracked which band asked for it, and noticed that the order of processing is rather strange.

Say the databand has 3 values (so should be 3 repetitions), in this case the trace that I got in my code was for a report generation in this order:

A, B, C, C, C*, D*, E*, C, D*, E*, D, E

The (*) means that my code was fired and I have a trace, but the report output did not contain the band.

Do you have any Idea why this happens?

I hope my problem is understandable. Thanks in advance!
Jack
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Processing Order and Display of Bands

Post by HighAley »

Hello.

Sorry, but we didn't fully understand your issue.
Could you send us your report template or a sample project which reproduce the issue for analysis?

Thank you.
hackjack
Posts: 6
Joined: Thu May 16, 2013 2:19 pm

Re: Processing Order and Display of Bands

Post by hackjack »

Hi,

I don't think that would be possible, the Data is sent to Stimulsoft from a different applications on the fly. The issue is more related to general documentation. I solved my issue with a different approach.

Thanks anyways!
Jack
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Processing Order and Display of Bands

Post by Alex K. »

Hello,

Ok.
Let us know if you need any additional help.

Thank you.
Post Reply