function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
anurajanuraj 

Is it possible to connect jasperSoft iReport with Salesforce

Please tell me is it possible to connect jaspersoft iReport with salesforce. If yes then please tell me the ways to connect the salesforce with jaspersoft iReport.

Thanks

Anuraj

Navatar_DbSupNavatar_DbSup

Hi,

 

You need to build reports with help of JasperReport Java API (using jrxml template or build reports on a fly) , or you need to interact with JasperServer via web services

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved. 

anurajanuraj

Can you give me steeps for connection. Because i am new to jasper.

Thanks for your replay

Anuraj

anurajanuraj

As i am trying to connect salesforce with jasper so i am open to all kind of connection. 

Sankalp JhingranSankalp Jhingran

Hi,

The only way you can connect to Jasper is via a Java Application interacting with salesforce.com and passing data to Jasper Reports.

 

You can use salesforce enterprize wsdl in your java application to connect to salesforce.

 

Regards,

Sankalp