Printing a SubReport on a specific page
Hi,
I have a strange think's to do.
I have a Report
with a DetailBand on which there are :
1 region within a SubReport1 (with 2 columns) and a SubReport2 (1 column)
below aPageBreak
and below a SubReport3 (with 2 columns) and a SubReport4 (1 column)
I want to print the SubReport2 on the last page just before the page break.
I try to open the DataSet when the Pipeline of SubReport1 is EOF but it's
didn't work ! The SubReport2 allway print on the first page.I couldn't place
SubReport2 on the Summary of the SubReport1 because the SubReport2 must to
be print in the same height as the SubReport1.
Is it a solution to do that ?
Valerie.
I have a strange think's to do.
I have a Report
with a DetailBand on which there are :
1 region within a SubReport1 (with 2 columns) and a SubReport2 (1 column)
below aPageBreak
and below a SubReport3 (with 2 columns) and a SubReport4 (1 column)
I want to print the SubReport2 on the last page just before the page break.
I try to open the DataSet when the Pipeline of SubReport1 is EOF but it's
didn't work ! The SubReport2 allway print on the first page.I couldn't place
SubReport2 on the Summary of the SubReport1 because the SubReport2 must to
be print in the same height as the SubReport1.
Is it a solution to do that ?
Valerie.
This discussion has been closed.
Comments
Does Subreport 2 need to be on its own page? If so, you might be able to
simply switch it to a Section Style subreport and remove the PageBreak
component completely. Then your report should look something like the
following.
DetailBand
Subreport1
Subreport2
Subreport3
Subreport4
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com