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

sub report z order

edited January 2005 in General
I have several sub reports whose printBehavior is pbSection. On the main
report I want to print the sub reports in a certain order; A, B, C. At the
bottom of the report designer the each report has it's own tab. The order of
the tabs is B, A, C. It seems the report is using the tab order rather than
the order I've defined when printing the subreports. How do I correct this?

Comments

  • edited January 2005

    Section subreport will print in z-order.

    To view z-order use the Report Tree (from the designer select Viiew |
    Toolbars | Report Tree)

    To change the z-order, from the main report select a subreport and use
    SendToBack to move the subreport to the front of the list and use
    BringToFront to move it to the end.


    --
    Nard Moseley
    Digital Metaphors Corporation
    http://www.digital-metaphors.com


    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.