Jump to content
Changes to the Jaspersoft community edition download ×

Pass subreport list String JSON


neonewol13

Recommended Posts

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!
Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...