Summary information in TitleBand

Stimulsoft Reports.NET discussion
Post Reply
ikirck
Posts: 23
Joined: Fri Aug 25, 2006 4:25 am

Summary information in TitleBand

Post by ikirck »

Hello,

I need to display some summary information (several totals and averages) in a Titleband, also a chart based upon this informations. I tried to do this with a subreport, but this seems not to work (the subreport is not displayed).

Is there any other way to display summary informations in the TitleBand?
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Summary information in TitleBand

Post by Edward »

ikirck wrote:Hello,

I need to display some summary information (several totals and averages) in a Titleband, also a chart based upon this informations. I tried to do this with a subreport, but this seems not to work (the subreport is not displayed).

Is there any other way to display summary informations in the TitleBand?
Please just place StiText component with aggregate function on TitleBand. It is have to work. Please provide us with more information about your chart.
Thanks
ikirck
Posts: 23
Joined: Fri Aug 25, 2006 4:25 am

Summary information in TitleBand

Post by ikirck »

For the summary information, I now use text components with ProcessAtEnd = true. These text components contain variables which I calculate during DataBand1.BeforePrint. This works fine, but not for the chart.

The chart is also placed in the TitleBand, and I'm trying to use the variables calculated on DataBand1.BeforePrint as values for the chart. This does not work, as the chart is printed before the variables are calculated. Is it possible to do something like ProcessAtEnd for the chart?
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Summary information in TitleBand

Post by Vital »

We need some time to examine this question.
I inform you about result.

Thank you.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Summary information in TitleBand

Post by Vital »


Please contact to support for receiving patch for this problem.
Thanks.
Post Reply