The main report is shown below:
<Header>
[SubReport]
<Footer>
The subreport is
<Header>
[Customer ID Information]
[Some data]
[Some more data]
[Even more data]
<Footer>
Any of the data sections could cause a page break.
We would like the <Customer ID Information> to appear at each page break.
We cannot seem to get this to occur because the Header and Footer
information does not seem to appear in the rendered report.
for example if we create the report as shown below, we do not get the
results we need.
<
Header
[Customer ID Information]
>
[Some data]
[Some more data]
[Even more data]
<Footer>
We are creating a PDF as the output for the report.
Any help would be appreciated.
scott