Jasperreports - how to get JSON to populate a subreport

前端 未结 3 1876
迷失自我
迷失自我 2021-01-13 07:05

I am trying to get a table to populate with the same data in my main report using Jasper/iReport. How can I get the Json to carry over?

In Edit table datasource I\

3条回答
  •  日久生厌
    2021-01-13 07:26

    Just add Data Source Expression in your main report:

    
        
        
            
        
        
            
        
    
    

    Its working for me. Hope it will help.

提交回复
热议问题