Jump to content

dynamic Table with JasperReport


zbl

Recommended Posts

hello ,

I have a general quistion about dynamic Table by JasperReport !!

is it possible to create Table if i dont now by buildingtime how much rows would be used.

if it is possiblle would you kind tell me how to create that ?

 

thanks

Link to comment
Share on other sites

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

thanks for the answer but my Report template is very large and i would not to write the complete .jrxml file myself.

so i have a report file with charts and some other information , only the table have to create dynamicly. is that possible ?

i try with JasperDesign but with it i can only create a complete new Report !! i want load a existing report und change it !!

i' m grateuul for any answer

thank you very much

Link to comment
Share on other sites

zbl
Wrote:

i try with JasperDesign but with it i can only create a complete new Report !! i want load a existing report und change it !!

You can load a JRXML file into a JasperDesign object using net.sf.jasperreports.engine.xm.JRXmlLoader.  Once you have the JasperDesign object, you can change it and recompile it.

HTH,

Lucian

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...