• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Jasper Compile issue rergarding crosstab

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using jasper1.2.5 for compiling .jrxml file and ireport 1.2.5 for desgin jrxml file

i am using java/struts frame work for my application where for report purpose i am using jasper reports

issue: when i run my application for report geneartion report which contain crosstab, the crosstab part of the report will be blank .

In my application i am filling my jasper file with jasper fill Manager and after filling my jasper file i am exporting my jasper file to excel file , but when excel file is opened the reports main part will be filled but the crosstab part will be blank even though there is data in datasource and also there is no error showing in complie time as well as run time .

i tried jasper 1.3.0.jar also but result was same

i used ireport tool as well as java code for compiling the jrxml file

i want to know is any specfic way for compilation of jrxml file when there is cross tab in jrxml
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic