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

iReportHelp

Members
  • Posts

    1
  • 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 iReportHelp

  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...