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