Reputation: 2520
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
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