Is there a way to download multiple regions(static ids) from an ir to pdf with the apex_region.export_data api?
or any of the other apex api's. I have region 1 is detail listing and region 2 is the summary of counts. I'd like to have a
button that when pressed concatenates the two regions into 1 pdf. I have a process that uses the apex_region.export_data
that works for 1 region.
thanks