I am currently developing a report using ActiveReport where there I need to display Charts. The number of charts that will be displayed is dynamic based the data.... The report will be laied out somehting like this.
- Account Number/Name [group header]
- Some Account Details [details]
- Account Name & charts(s)(one for each detail line) [group footer]
As I said above, the contents of the details & charts could be different for each group.
I have read that that dynamic report creation had to be done in _ReportStart, but if I do that, I does the correct charts make it to the correct group (account number)??