tags:

views:

338

answers:

1

Hi,

I need to create a sub-report within a subreport, I'm using xpath as my query language. Any suggestion on how I can create it. To Illustrate it: Line Details -> 1st sub-report Line Detail Info -> 2nd sub-report

Each Line Details can have >1 Line Detail Info.

Thanks

A: 

I'm using Jasper i-report, the output of the pdf should be

          Line Details -> 1st sub report 
          field1  field2 field3
              Line Detail Info -> 2nd sub report
                 field1   field2   field3

For the Line Details this can repeat >1 and each Line Details can have >1 Line Detail info I hope I've explained it clear :)