mdk Posted April 24, 2010 Posted April 24, 2010 Hi, I have some problem with designing a jrxml file. I have to put values from datasource into attributes of ReportElement. For example in this way:<field name="X" class="java.lang.Integer"/><field name="Y" class="java.lang.Integer"/> ...<reportElement x="$F{X}" y="$F{Y}" width="100" height="20"/>but it generates error. Anyone have some idea how to achive this?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now