set position of elements in jasper/iReport

Hi,

is it possible to set the position of (some) elements in a report by giving an x and y position from Servoy?
We want (for instance) make the address label of our invoice/quote/order layouts userdefined, so we dont have to create a new invoice/quote/order layout for every new customer, which have different position of there address label.

hope someone can help me with this.

You can pass as many arguments into the Report when you call it from Servoy, so if Jasper Report allows moving Report Objects based on parameters the Report receives, I see no issue in doing this.

Paul

:-)

I know you can pass the arguments, but my question was more, if this is possbile in jasperreports / ireport itself?

Anyone done this?