Aissam
Aissam

Reputation: 21

Adding an additional page to end of a Crystal Report

I have a report for orders and I'd like to add an additional page at the end that states the orders' Terms & Conditions. Can someone help me?

Upvotes: 1

Views: 25011

Answers (2)

Codrut
Codrut

Reputation: 31

If you want a complete new page to the end of your Crystal report just make 2 subreports inserted into one main report with Details a and b.

To do that:

  1. Make the two subreports and save them;
    1. Make a new main report and insert another Details section(Report->Section expert..., select Details - >Insert)
    2. Onto Details a insert 1st subreport
    3. Onto Details b insert 2nd subreport
    4. Right click on 1st subreport -> Change Subreport links: select each Report fields and transfer them on the right side(Fields to link to), click on the right side on each parameter (named like ?@Parameter1) and select the coresponding parameter.
    5. Repeat the previous step for the 2nd subreport
    6. Report->Section expert..., click on the Details b and check New page before.

That would be all.

Upvotes: 2

Ryan
Ryan

Reputation: 7287

In your report footer, set it to create a new page before it is printed (In 'Section Expert', select the Report Footer -> 'Paging' tab -> Check 'New Page Before' checkbox). Throw your Terms & Conditions into the Report Footer section.

If you already have a Report Footer that you want to keep, just split the footer into two sections (Right-click the Report Footer section -> 'Insert Section Below') and follow the same procedure for the newly created section.

Upvotes: 5

Related Questions