I'm investigating if it is possible to send three different Ax 2009 reports to only one output. We already have an example of merging multiple invoices using the SalesInvoice report into one output, but this is not what we want. The output would need to be generated by X++ and would contain for example:
- SalesInvoice
- SalesPurchInvoice_RU
- AKT_RU
Any pointers? An 'It can't be done.' is an acceptable answer!
Thanks
It can't be done.
Not in AX at least. But you could generate PDF then combine them using an external program or interface AX with a .Net library.
Update: Take a look on how to merge PDF files
来源:https://stackoverflow.com/questions/10927182/merge-several-different-dynamics-ax-reports-in-one