Exported data to excel in Dynamic reports, and noticed chart texts in labels looks kinda bad.
Is there a way to increase picture size? Or font to look better?
Option report.addProperty("net.sf.jasperreports.image.dpi", 200);
seem to not have any effect.
DynamicReports does not react to report.addProperty("net.sf.jasperreports.image.dpi", 200);
on main report.
It works only when it is set globally.
To set this property, create a file named jasperreports.properties, put it into the root of the classpath and add the following configuration to the file et.sf.jasperreports.image.dpi=200