Run a report within a 2nd report at the printing time

I want to run a report within a printing report and pass parameters to it
I has the following case
I print a report for each record from a dataset in this report I need to call (in a case stucture ) another report passing the current ID as parameter to it to print something else about this record
Can I call a report ??

Comments

  • gpigpi
    edited 6:48AM
    Place detail report on the second TfrxReportPage, assign TfrxReport.Dataset with your master dataset

Leave a Comment