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

iReportHelp

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

iReportHelp's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. Hi, When I create the report with subreports (version 1.2.5) using ireport. There is the automatic created SUBREPORT_DIR to specify where the subreport is (I think the old version that I used a while ago didn't have that). In my Java code with Jasper report, I can't not overwrite the value for this parameter SUBREPORT_DIR. I set up all the parameters in the Map parameters and use the method JasperFillManager.fillReport(java.lang.String sourceFileName, java.util.Map parameters, java.sql.Connection connection) to fill my report. The parameter SUBREPORT_DIR is still remember my default value if I set the default value in iReport or null if I didn't specify it in the iReport. Since my development env is different than production env, it is a must that I have to somehow be able to overwrite it. Please help. Thanks.
×
×
  • Create New...