Pass subreport list String JSON

Hi, is posible print in subreport this JSON?

{
    "BulletinReportVO": {
        "encabezados": ["encabezado1", "encabezado2",  "encabezado3"]
    }
}
Or am I forced to generate a JSON file like this?
{
    "BulletinReportVO": {
        "encabezados": [
            {
                "encabezado": "encabezado1"
            },
            {
               "encabezado": "encabezado2"
            },
            {
                "encabezado": "encabezado3"
            }
        ]
    }
}
Thanks!
neonewol13's picture
Joined: Oct 9 2018 - 6:49pm
Last seen: 4 years 7 months ago

What exactly do you want to print out? You need to describe the desired output and post what you have so far.

narcism - 4 years 7 months ago

0 Answers:

No answers yet
Feedback