There is a type mismatch between the fields in the Report Design and the data types in the EGL program.
Ensure that the types are compatible as mentioned in the documentation. Some examples, for a EGL char type, the design file should have the class defined as java.lang.String, for an EGL int type, the design file should have the field class as java.lang.Integer.