composite report: summary page

Hello,

I'm using a composite report to print 3 different reports at the same time (a global report i'll say). I'm starting this global report with a page on which i'd like to put the name of my 3 reports and the beginning page of each of them.

example:

that

summary page - 1 page long
report 1 - 2 pages long
report 2 - 1 pages long
report 3 - 3 pages long

will give me a summary page like this

summary page.....................1
report1................................2
report2................................4
report1................................5

will this be possible by any way?

Comments

  • SamuraySamuray Administrator
    edited 3:06PM
    See example with table of contents in FastReport 2.51 Demo.
    Simply way - using internal varables in two-pass report.
  • edited November 2003
    i've downloaded the demo and seen the code.
    thank a lot. ;)

Leave a Comment