Jump to content
We've recently updated our Privacy Statement, available here ×

lotfi.rhaimy

Members
  • Posts

    2
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by lotfi.rhaimy

  1. thanks for your replay , i don't think about settings because this setting normal woks with another information this is the funtion from JasperFillManger : public static JasperPrint fillReport( JasperReport jasperReport, Map parameters, JRDataSource dataSource ) throws JRException { return JRFiller.fillReport(jasperReport, parameters, dataSource); } and there are paramters : 1- jasperReport = JasperCompileManager.compileReport(jasperDesign); 2- Map<String, Object> paramsDesignPlanning = LauncherReport.buildParameterMap(session, parameterReport.getParameterBaseReport(), parameterReport.getParameterComplementaire()); 3- JRBeanCollectionDataSource jr =new JRBeanCollectionDataSource(lstVacationDesignPlanningReportBean);
  2. jasperPrintDesignPlanning = JasperFillManager.fillReport(jasperReport, paramsDesignPlanning,jr); Exception : (java.lang.StringIndexOutOfBoundsException) java.lang.StringIndexOutOfBoundsException: String index out of range: -2
×
×
  • Create New...