Merge several dynamics AX reports in one
问题 I have the following problem: I want to merge salesInvoice reports in 1 report containing all invoices. I'm using a job that prints reports with printJobSettings, Args and reportRun classes. My parm is a ledgerJournal num and I want to print all relative invoices in one report not printing each invoice separately. How can I do to generate only one report? Basically, I take my JournalNum from LedgerJournalTrans Table, I loop on CustInvoiceJour table to have all relative invoices and execute