Reputation: 192
Following information here: http://community.jaspersoft.com/documentation/jasperreports-server-ultimate-guide/v55/report-data-source-service-api and here: http://community.jaspersoft.com/questions/516771/bean-datasource-pass-parameter Regarding the usage of the class: ReportDataSourceService for fetching the report's parameters. I'm trying to find a JAR file which will contain this class. None of the Jasper JARs I found contained it. I'd appreciate to know where to find it. Thanks
Upvotes: 0
Views: 2382
Reputation: 21710
This class is in the jasper report server distribution, not in the regular jasper report distribution
You will find it inside the war file jasperserver.war\WEB-INF\lib\jasperserver-api-metadata-6.2.0.jar\
Upvotes: 1