You use composite reports for this
(TQrCompositeReport) on the quickreports tab
Take a look in the Demos\QuickRep\QR3 project
with QRCompositeReport1.Reports do
begin
Add(frmMasterDetail.QuickRep1);
Add(frmBasicMD.QuickRep1);
Add(frmImageRpt.QuickRep1);
end;
QRCompositeReport1.Preview;
https://www.experts-exchange.com/questions/21845474/Combining-Multiple-Quick-Reports-into-One-Single-Quick-Report.html
时间: 2024-11-10 07:17:54