Charts on Group Footer Band
I have created charts on the Report Summary Band just fine however now I need to do the same at the Group Footer Band.
The chart is created in code with static values. When viewed in the designer it is just a blank space. When run it does not appear.
Also tried adding a chart with the designer open I can see that chart but when run it's as if the data is wiped.
In the designer the chart built in code can be cut and pasted where upon it becomes visible but when run disappears again.
Also tried creating a Child band of the Group Footer Band and placing the chart in there with the same results.
Anyone have a idea what might be going on?
Thanks,
Nick
The chart is created in code with static values. When viewed in the designer it is just a blank space. When run it does not appear.
Also tried adding a chart with the designer open I can see that chart but when run it's as if the data is wiped.
In the designer the chart built in code can be cut and pasted where upon it becomes visible but when run disappears again.
Also tried creating a Child band of the Group Footer Band and placing the chart in there with the same results.
Anyone have a idea what might be going on?
Thanks,
Nick
Comments
They are totals derived outside the report and added as static values into each chart.
Very similar to dropping a default chart and data into the band.
Looks like if I populate the chart in a event that will work although that is not an optimal solution.
Thanks for your interest,
Nick
My thinking on this was in error. It is necessary to use the events and script to accomplish this at this time. Perhaps in the future it will be easier if the chart points can be connected to the source of the data.
Appears doing this is code is going to require some dynamic script building.