aspose file tools
The moose likes Other Open Source Projects and the fly likes Passing an Array to iReport Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Other Open Source Projects
Reply locked New topic
Author

Passing an Array to iReport

Steve Dyke
Ranch Hand

Joined: Nov 16, 2004
Posts: 1254
I have an array I need to pass to iReport. I am using JSP to call the report as such:



The parameter on the iReport is "reportArray", Parameter Class Type: java.lang.String[][]

I get the following error in my console when I run this:

[8/31/09 8:07:32:275 CDT] 0000001f SystemOut O net.sf.jasperreports.engine.JRException: Incompatible [[Ljava.lang.String; value assigned to parameter reportArray in the MainScheduleMatrixReportV4 dataset.
Anshuman Patro
Greenhorn

Joined: Dec 03, 2009
Posts: 6
hey steve..

even i am facing a similar issue..

i.e i am passing an Integer[] as parameter to the .jrxml file .
in my .jrxml i have
<parameter name="id" class="java.lang.Integer"/>

Now its throwing me exception
"JRException: Incompatible [Ljava.lang.Integer; value assigned to parameter"

i m not sure how to resolve this..
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Passing an Array to iReport
 
Similar Threads
Build Array in Servlet And Pass Back to Ajax Callback
Problem in passing JRBeanCollectionDataSource as parameter to jasperreport
Problem in passing JRBeanCollectionDataSource as parameter to jasperreport
Display a Chart from a Servlet to JSP
Returning a Value from a Post