Hello,
I am trying to export or show a pdf file using jasper Reports
I follow the tutorial on:
http://www.servoy.com/downloads/tutoria … eport.html
I made the “report.jrxml” file
and now i was trying to use the runReport Comand:
plugins.jasperPluginRMI.runReport(controller.getServerName(),‘report1.jrxm’,null,‘view’,null);
I have an error because the second argument of the method is null (‘report1.jrxml’)
in the tutorial is showed how to set the directory where the file is located.
But in the version 5.0.1 i am using i havent found where to set it
Sorry for my english mistakes, hope you understand it and thank for your help