Is it possible to run a report that includes the attachments as we can in the interface using automation scripts? We can produce the report itself (using the code snipper below), just need to include the attachments.

# Run report
reportBytes = reportAdminService.runReport(
MXServer.getMXServer().getSystemUserInfo(),
"woprint.rptdesign",
"WOTRACK",
parameterData,
fileName,
ReportAdminServiceRemote.OUTPUT_FORMAT_PDF
)