louis.perrot_1 Posted June 25, 2019 Share Posted June 25, 2019 Hi everybody,I need to create a report with different subreport. This subreport are based on a part of my json datasource. I created the datasource to the json file on my report and I tried to pass this datasource to the different subreport.When I execute my main report, I see my subreport but all the fields on the subreport are null. For example, in the main report I have this json datasource :{ title:"Main Report", datas:[ { titleSR:"subreport 1" }, { titleSR:"subreport 2" } ]}I have a subreport in detail band of my main report and I want display this subreport with each element of datas (display "subreport 1", "subreport 2")How can i configure my datasource of my subreport ?thank you in advance for your help (Sorry about my English) Link to comment Share on other sites More sharing options...
narcism Posted June 26, 2019 Share Posted June 26, 2019 Please post some sample JRXML files Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now