标签:
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
标签:
原文地址:http://www.cnblogs.com/findumars/p/5754636.html