Mihir
Mihir

Reputation: 2520

dynamically settings elements top and left in Jasper reports

Can somebody help me by letting me know if we can set the x and y parameters dynamically while generating reports using JasperReports instead of predefined values for the co-ordinates?

Thanks!

Upvotes: 0

Views: 252

Answers (1)

Alex K
Alex K

Reputation: 22867

Yes, we can.

You can use JasperReports API or DynamicJasper API for this purpose. With help of these Java API we can dynamically build the report design.

Upvotes: 1

Related Questions