Open GoogleCodeExporter opened 9 years ago
Yout fields metadata should be configured like this :
FieldsMetadata metadata = report.createFieldsMetadata();
metadata.addFieldAsTextStyling("item.htmlText", SyntaxKind.Html);
Original comment by angelo.z...@gmail.com
on 7 Aug 2014 at 6:08
Thank you for the tip.
It would be useful, for simplicity, that the library can handle this case to
avoid having to know the name of the variable used in the #foreach loop and to
avoid having to program different meta-data generation code for .fields.xml
generation and for the report generation.
Original comment by gueri...@free.fr
on 11 Aug 2014 at 2:23
I agree with you but it means that XDocReport should be enable to parse
Velocity/Freemarker syntax to retrieve the item name of the loop.
I think it's an hard task.
Original comment by angelo.z...@gmail.com
on 11 Aug 2014 at 4:35
Original issue reported on code.google.com by
gueri...@free.fr
on 17 Jul 2014 at 1:14