Good day,
We have a task on a parent entity that make use of the reporting service to send multiple (child entity) DevExpress reports (same file spec) to a printer to print in a very specific order.
insert into rpt_queue()...
We need to print other kind of documents as well for those child entities. These documents are stored in a file system.
We want to print these documents in the same order as the reports mentioned above but from a different printer tray, meaning we want to print the first report (from tray 1), then we want to print the related documents (from tray 2). Then the process continue with the second entity's report (tray 1) and then its documents (tray 2), and so on.
Basically all we need is to also send those existing documents to the reporting service, except the reporting service doesn't support that kind of files, right?
Is there any other way to accomplish this other than to try and create a process flow in 2022.2 (we haven't updated to this version yet) and use the print action? And can we then specify a specific tray in the print action? Because I can’t seem to find something like that in the docs.