I have a report extension for Sales - Return Receipt (6646) and my client can't seem to print multiple Posted Return Receipts
They select a few from the Posted Return Receipt Lines and click print, but it only ever prints the first record selected.
The report is a word layout.
It is possible to print different records at the same time with the standard rdlc layout but for some reason it doesn't work with the extension
I don't have any logic in my extension that is blocking this as far as I can see, and I even tried creating a new report by copy paste-ing the default one (Sales - Return Receipt), with no changes, and it still won't print more than one record at a time.
Has anyone encountered this and/or knows how to fix this?
Things I've tried and have not worked:
Removing all logic from my extension and just showing the Document No. in the layout of the report
Creating a new report that has the same logic as the default one (as mentioned before)
Changing the layout from a WordLayout to a Rdlc Layout