How can I include a subreport (.jrxml) file which is located on the parent folder of a specified report in that report? Seems I can't use relative path for specifying subreport (It failed to compile when I want to use relative path like ../parent/subreport.jrxml
).
Asked
Active
Viewed 2,954 times
1

Alex K
- 22,315
- 19
- 108
- 236

Ehsan Khodarahmi
- 4,772
- 10
- 60
- 87
-
You can look at [how to pass jasper file path to subreport of subreport](http://stackoverflow.com/questions/3702565/how-to-pass-jasper-file-path-to-subreport-of-subreport) question – Alex K Sep 10 '12 at 14:14