Subreports
From the doc's it appears that subreports are designed to be contained
within a detail section.
I need to add a subreport witin a Summary section. I can do this but
the remainder of the section does not move down as the subreport adds
lines resulting in the subreport overwriting the following static fields.
Is there a way to make the remaining fields respect the expansion of the
subreport and reposition beneath the expanded subreport?
Thanks,
Bill
within a detail section.
I need to add a subreport witin a Summary section. I can do this but
the remainder of the section does not move down as the subreport adds
lines resulting in the subreport overwriting the following static fields.
Is there a way to make the remaining fields respect the expansion of the
subreport and reposition beneath the expanded subreport?
Thanks,
Bill
This discussion has been closed.
Comments
Yes, try placing the remaining components inside a TppRegion component and
set the region to ShiftRelativeTo the subreport object.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thanks. It worked perfectly.