Reprinting the entire records in the new page
Hi,
I have a report which is having one main and two sub report like in a tree
structure
Main
sub
sub
egg:
Customer: c1
Company A1
details
Sum()
company A2
details
Sum()
:
:
customer :C2
Company A1
details
Sum()
company A2
details
Sum()
:
:
-----
Like wise. My problem is that, whenever a particular detail (sub) overflows
one page, it's reprinting the from the first record in the next page. I
don't want each sub report in each page (Keep togther property) . How can
avoid I the reprinting? Please help
Thanks in advance.
Bijesh Joseph
I have a report which is having one main and two sub report like in a tree
structure
Main
sub
sub
egg:
Customer: c1
Company A1
details
Sum()
company A2
details
Sum()
:
:
customer :C2
Company A1
details
Sum()
company A2
details
Sum()
:
:
-----
Like wise. My problem is that, whenever a particular detail (sub) overflows
one page, it's reprinting the from the first record in the next page. I
don't want each sub report in each page (Keep togther property) . How can
avoid I the reprinting? Please help
Thanks in advance.
Bijesh Joseph
This discussion has been closed.
Comments
Be sure the TppSubreport.KeepTogether property is set to False. Where are
your subreports located in the main report? Are they Child style
subreports?
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
having this problem.
The Subreport is a child type, and is in a region on the detail band.
The keeptogether property is false for the subreport, and for the region
that the Subreport is in.
The subreport is grouped on a key field from its datapipeline because I want
the column headers to print on subsequent pages.
There are two other subreports set up similarly, on the same report, and
they seem to function ok.
Thanks in advance for any suggestions.
Terry Bell
We have not encountered this behavior before. If possible, please put
together a simple example that demonstrates the issue and send it in .zip
format to support@digital-metaphors.com.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com