Hi,
I am using jasper connector to generate the report. The report is always getting generated with name as “jasper_report”. When verified the code it seems the report name is hard coded with this value.
DocumentValue docValue = new DocumentValue(content, mimeType, “jasper_report” + suffix); //line 342.
The report name should be considered from input parameter.
Thanks,
Hari Alla