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?
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
Simply way - using internal varables in two-pass report.
thank a lot.