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

kevinjia1984

Members
  • Posts

    6
  • Joined

  • Last visited

kevinjia1984's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hi all, In my xml source I may have lots of lines of different values wraped by the same xml tag. And I want my report will show the value in tagName once it being detected in the xml file. How can I realize it. Thanks for any help.
  2. Hi all, Just want to ask is it possible for jasper to generate a bar graph like the following? If yes, how can I do that? Many thanks for any help
  3. Thanks sanbez.And could you tell me what's inside the REPORT_PARAMETER_MAP?
  4. Hi all, I'm new to jasper report and I'm using ireport 4.0.1 for jrxml design. Just want to ask if I put some new values in the parameter map when calling JasperFillManager.fillReport, Do I have to create some new parameters in ireport regarding the keys I set in the parameter map when calling JasperFillManager.fillReport or all the new parameters will be inside "REPORT_PARAMETER_MAP"? For example: Map parameters = new HashMap(); parameters.put("value1", value1); parameters.put("value2",value2); JasperPrint jasperPrint = JasperFillManager.fillReport(myProgramStream, parameters, jasperReportDS); So in ireport, the value1 and value2 have already been in REPORT_PARAMETER_MAP or I have to create two new parameters named "value1" and "value2" in the related jrxml? Many thanks for any help.
  5. Hi all, When I add a XML File data source using sftp to a remote xml file in the URL. I got some error message and could not sucessfully saved. Could anyone give me some advice on that or we have to use ftp? Thanks in advance. Regards, Kevin
×
×
  • Create New...