Jasper connector allways generates the report name as "jasper_report"

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

Hello,

Any update is appreciated on this issue. Is this an issue with code or am i missing anything here.

Im having a hard time getting my PDF file filled, it’s always coming out blank. Could you show me how you set up your report? Thank you