It may be me, but I have a master report and in it I would like multiple sub reports that contain charts.
i created a report that works with the object model. Then I created a master repotr that contains this report (now a subreport) and sends it is List of the object model.
I do alot of settings of the chart programmatically in the detail report's "need data source" event.
However, the DataSource in the detail's "need data source" event is actually the whole collection and NOT an individual item from that collection.
I thought I had set it up in similar fashion as my grid data (does not use need data source event though), but I can't seem to figure out the trick to get it to work?
Does this make sense? Basically I a list of up to 4 objects. These objects contain info (title, points, etc.) necessary to construct a chart. I want the report to render 4 charts on my report.
any ideas?
thanks!
i created a report that works with the object model. Then I created a master repotr that contains this report (now a subreport) and sends it is List of the object model.
I do alot of settings of the chart programmatically in the detail report's "need data source" event.
However, the DataSource in the detail's "need data source" event is actually the whole collection and NOT an individual item from that collection.
I thought I had set it up in similar fashion as my grid data (does not use need data source event though), but I can't seem to figure out the trick to get it to work?
Does this make sense? Basically I a list of up to 4 objects. These objects contain info (title, points, etc.) necessary to construct a chart. I want the report to render 4 charts on my report.
any ideas?
thanks!