Create a cover for every Page of report

Hello guys,

I have a page on FastReport where I have some fields, where its header has a contract title. This is working fine, and I??m able to generate a report with all the information about every contract (this generates one page for each contract).

The question is: I need a cover before these each page for each contract, containing the contract title. How do I do that? I could create a new page, and through this way, all the covers were generated, but all together. I need each cover be positioned before each contract report, and not all the covers together.

Thank you very much in advance.

Best regards,
Fernando

Comments

  • gpigpi
    edited 2:00PM
    Use report with TfrxReportPage and then assign TfrxReport.Dataset with your dataset

Leave a Comment