Create a PDF file for each group

ccyccy
edited 3:37AM in FastReport VCL 5
In ReportBuilder, there is an option to "create new file" or "Email new file" option in Grouping setting of designer. This option allow create export files (e.g.: PDF) for each groups available.

Is there a similar function in FastReport that can do the same?

Comments

  • gpigpi
    edited 3:37AM
    FR doesn't have such option, you should create user function to send page number from report script (TfrxGroupHeader.OnBeforePrint event) to Delphi and then use these page numbers during export to set filter's PageNumbers property

Leave a Comment