Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

RB and TeeCharts question

edited August 2002 in General
I'm using RB 6 and TeeCharts 5

I want to print a chart across several pages
for example:
I have a bar chart w/ 300 points;
I want to print 10 pages with 30 points points per page. I know how to
access these properties using the TeeChart, but I'm not sure how to control
RB such that I can force the subreport to print an additional 9 times while
I change the active page of the chart at each iteration.

TIA

Matt Foster

Comments

  • edited August 2002
    You need a detail band to print 9x, and in the OnPrint event of the band,
    setup the TChart to print correctly.

    You might consider not putting a TChart into the report at all, but rather a
    graphic (TppDBImage). Create a list of WMF images of a chart that you want,
    and print these. I have given details on this several times. It has made my
    job a lot easier (eg only one chart to configure the display of) Take a look
    at my historic posts containing 'TChart", specifically the thread "Install
    RB with Tee-Chart"

    HTH
    Ed Dressel
This discussion has been closed.