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

Exception in fonction JasperFillManager.fillReport


lotfi.rhaimy

Recommended Posts

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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);

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...