Open binaryfields opened 3 years ago
One more clarification, being able to omit generatedParams allows for caching of the generated jasper report so it greatly helps in production use case.
Another piece of information is that if the jasper report is generated from a dynamic report using one set of input params and the report is later on rendered/filled in with a different set of input params, the same issue occurs. All columns with the exception of the ones that use custom expression work fine.
Hello,
I have a Dynamic Report that generates Jasper Report using DynamicJasperHelper. One of the columns is using Custom Expression.
I was under the impression that params provided to generateJasperReport may be omitted if they are not needed/used by the layout.
Any help would be greatly appreciated.
Thanks -Sebastian