ian_scho
ian_scho

Reputation: 6056

Merge several different dynamics AX reports in one

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:

Any pointers? An 'It can't be done.' is an acceptable answer!

Thanks

Upvotes: 1

Views: 908

Answers (1)

Jan B. Kjeldsen
Jan B. Kjeldsen

Reputation: 18051

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

Upvotes: 1

Related Questions