Adding an additional page to end of a Crystal Report

前端 未结 2 1957
南旧
南旧 2021-01-24 13:00

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?

相关标签:
2条回答
  • 2021-01-24 13:51

    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.

    0 讨论(0)
  • 2021-01-24 14:03

    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.

    0 讨论(0)
提交回复
热议问题