Nothing was changed in the way ReportBuilder traverses data between RB 14.02 and 14.03. Which band is the TeeChart placed in? Are you using Groups?
If for instance you have the TeeChart inside the detail band of the report, it is going to render each time a new record is traversed (in your case 11 times).
To add to Nico's comments. Try setting Report.DataPipeline to nil . From your description I think you want the TeeChart series to be assigned to the datapipeline, iterate over the 11 records and generate the chart.
- Nard Moseley Digital Metaphors www.digital-metaphors.com
Best regards,
Nard Moseley Digital Metaphors www.digital-metaphors.com
Comments
Is this how it's supposed to be?
But the question remains: Am I supposed to set PageLimit to 1?
On Wed, 15 Feb 2012 17:02:32 -0500, Zoran
Nothing was changed in the way ReportBuilder traverses data between RB
14.02 and 14.03. Which band is the TeeChart placed in? Are you using
Groups?
If for instance you have the TeeChart inside the detail band of the
report, it is going to render each time a new record is traversed (in
your case 11 times).
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
your description I think you want the TeeChart series to be assigned to the
datapipeline, iterate over the 11 records and generate the chart.
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Setting ppReport.DataPipeline to nill works fine. Now I get one page
with generated chart.
Thank you both.
On Thu, 16 Feb 2012 10:11:07 -0600, "Nard Moseley \(Digital