neonewol13 Posted October 10, 2018 Posted October 10, 2018 Hi, is posible print in subreport this JSON?{ "BulletinReportVO": { "encabezados": ["encabezado1", "encabezado2", "encabezado3"] }}[/code]Or am I forced to generate a JSON file like this?{ "BulletinReportVO": { "encabezados": [ { "encabezado": "encabezado1" }, { "encabezado": "encabezado2" }, { "encabezado": "encabezado3" } ] }}[/code]Thanks!
narcism Posted October 12, 2018 Posted October 12, 2018 What exactly do you want to print out? You need to describe the desired output and post what you have so far.
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