How to use JRMapCollectionDataSource in Jaspersoft server? - jasper-reports

I want to make reports with drilldown support using ireport (jasper report). I am using JRMapCollectionDataSource as my data is very dynamic. As it is report with hyperlink i must needs to run it in jaspersoft server. So how to use JRMapCollectionDataSource in jaspersoft server i am not seeing this type of datasource in jaspersoft server. Any solution for this problem ?

Related

How to upload to JasperServer report with subreports with rest

anybody know, using rest api how to upload all report with subreports and input control to Jasper Server, or may be know converter than convert project from jasper studio to jasper server with js-import structure?
I know how to upload with put/get request but only separately files and don't know how with rest tie report and subreports

iReport Design broken when uploaded to the jasper server

I got a problem with report design I created with iReport. On iReport, the design could be previewed perfectly, but when I uploaded it to the jasper server and run the report, the design was totally broken. Here is the report previewed on the iReport :
http://imageshack.com/a/img661/1662/EOrMcn.png
And Here's the report executed on jasper server :
http://imageshack.com/a/img909/614/wEcaRg.png
Can anyone tell me why It's happened?

Jaspersoft server and ireport designer

I am new to JasperReports and I'm working with iReport designer.
I have a html 5 pie chart, my query is on click of a chart i should be redirected to other report or other chart. I got a solution using hyperlink in jrxml but i want to do the same in iReport designer. I am totally stuck with this.
Also i need to deploy this on JasperReports Server.
JasperReport Server supports this with a Hyperlink type of ReportExecution. You have to pass in a parameter named "_report" with a string value of the location and name of the report.
Here is an example on the Jaspersoft Community site: http://community.jaspersoft.com/questions/817802/using-hyperlink-type-reportexecution-jasperserver

Hide JRXML from customers, if they also use JasperReports Server?

Our requirement is to hide JRXML from customer, actually we have to install JasperReports Server on the customer machine and all the report will be there only.
If they install iReport then they will be also able to see our JRXL code.
How I can hide JRXML files from customers?
I found the solution to hide the JRXML's from customers, keep all the JRXML in different folder of JasperReport sever and then use these JRXML from repository when you create any report in JR server.
now if you want to hide JRXML files set the permission for this folder.

Data source in Jasper reports

I am using Jasper Reports Server opensource 4.5 version.
While uploading a report, everytime, I have to link the new report to a data source.
I have created a data source and my all reports run on same data source.
Is there any way to set the data source as default so that all the new reports automatically links to the data source?
How do you upload your reports to jasperserver? If you use the plugin in iReport, it's very simple to link the datasource because you can just choose the datasource from the repository.