Home Subreports

how to solve this?

edited June 2003 in Subreports
i have 9 pages of report (not involve database)...which display different
contents.

how can i design the report in 9 pages ??

current i did in 9 reports...
then
have to
xxxx1.print;
xxxx2.print;
xxxx3.print;
...

the user need to close each preview to view next pages...

how to make it all in 1 pages....

thanks for your help in advanced....

Comments

  • edited June 2003
    Use section style subreports in a main report. This way you just have to
    call Report.Print once:) The subreport which is set to section style
    (PrintBehavior proprety) will print based on its ZOrder in the band, not it
    top position like child type subreports use when they print. See main
    rports demo #51-52 for an example of section style reports. The easiest way
    to get your 9 reports in to these subreports is to save each report to a
    report template file. Then load them as templates into the subreports. Go
    into the subreport in the report designer an choose file load subreport from
    file to do this.


    Cheers,

    Jim Bennett
    Digital Metaphors


This discussion has been closed.