PDA

Click to See Complete Forum and Search --> : Display using subreports - repeating


steve_rm
Apr 2nd, 2007, 12:39 AM
Hello,

I have a report with 4 subreports. However, this displays the same data over each page. As it is in the page header. If I put them in the details section, it will repeat the data in each subreport.

In each subreport the data is displayed in each detailed section.

I have uploaded the image so you can see what I have done.

Is there a way I could display the data like something below.

Subreport 1
A
B
C

Subreport 2
A
B
C

Subreport 3
A
B
C

etc. for each subreport, with repeating the data.

Many thanks for your help

brucevde
Apr 2nd, 2007, 09:56 AM
If you only want a Subreport to print once after the Main report has printed, then place them in the Report Footer section.

steve_rm
Apr 4th, 2007, 11:30 PM
Hello,

Thanks for your help.

I have changed the report, see below. and put one of the sub reports (printAssemblies) in the page footer. That works ok for that.

However, I have another subreport called incidentTasks and that must print after the customers name and address have been printed. The problem with this is that it will always print on every page. I just one this to print just once. The subreport.

After the incidentTask subreport has printed I have some parts in the details section. This should print only once, and not display at the top of every page.

Hope you understand my problem.

Many thanks for any help,