LINQ reportingEngine

I am using LINQ reportingEngine. I was trying the examples Generate Word DOC from Templates in Java | Create Word Docs
I have this problemuntitled123123 2.zip (27.1 KB)

An error has been encountered at the end of expression ‘s.getName()]>’. Can not resolve method ‘getName’ on type ‘class org.example.Sender’.

@viktor0995 It looks like the reason of the problem is reflection optimization. Please try disabling it before building the report:

ReportingEngine.setUseReflectionOptimization(false);

The issues you have found earlier (filed as WORDSJAVA-2710) have been fixed in this Aspose.Words for Java 22.12 update.