vote up 0 vote down star

i have created a textfield in jasper reports, Using java how do i modify the textfield properties like width, postion etc

flag

1 Answer

vote up 0 vote down

You need to break down the design of your report template into parts which will be static (not as a static content but a static design) and the dynamic one.

Use subreports to externalize static parts of the template.

JasperReports allows dynamic creation of report templates. Compose final report template from existing subreports adding and modifying on the fly just the parts that are dynamic.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.