Open natfirst opened 4 years ago
Reporting API does not support cases when outputFileName set as a pattern
outputFileName
When trying to run the report from the screen by following code file name will be set as "${Root.miband.test.title}.docx" instead of the result of the script
"${Root.miband.test.title}.docx"
reportGuiManager.printReport( report, ParamsMap.of("entities", reppoesTable.getItems().getItems()), null, "${Root.miband.test.title}.docx"); }
Environment
Description of the bug or enhancement
Reporting API does not support cases when
outputFileName
set as a patternWhen trying to run the report from the screen by following code file name will be set as
"${Root.miband.test.title}.docx"
instead of the result of the script