RE: Insert Sub-report
Hi,
I have an existing report which consists of several sub-reports. I created
a new sub-report which I want inserted at the middle of the existing report.
However, this sub-report gets printed at the end of the print run. Is there
any property to set the print order of the various sub-reports. I set the
PrintBehavior of all sub-reports to pbSection. I am using D7 with RB7.04.
Thanks,
Peter Tan Kwang Huat
I have an existing report which consists of several sub-reports. I created
a new sub-report which I want inserted at the middle of the existing report.
However, this sub-report gets printed at the end of the print run. Is there
any property to set the print order of the various sub-reports. I set the
PrintBehavior of all sub-reports to pbSection. I am using D7 with RB7.04.
Thanks,
Peter Tan Kwang Huat
This discussion has been closed.
Comments
Try changing the z-order of the subreports using the BringToFront and
SendToBack options available by right clicking the actual subreport objects.
If you would like to view the current z-order, take a look at the Report
Tree by selecting that option from the View | Toolbars... main menu option
in the designer.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
options didn't work. I worked around the problem by dropping a new report
component and cut and paste the subreports from the old report component to
the new in the order that I want. It works!
Peter Tan