You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would love a more detailed example on how to use or declare the dataset in the report JSON
let report = {
report: 'usersreport',
data: {
name: 'Joe'
},
dataset: jasper.toJsonDataSource({ how to send this, and how I need to build my jrxml to use the dataser I declare here
name: 'Joe',
hola: 'mundo'
},'data')
};
Sorry for my english
And please tell me if I can send arrays? and how to do it
The text was updated successfully, but these errors were encountered:
I would love a more detailed example on how to use or declare the dataset in the report JSON
Sorry for my english
And please tell me if I can send arrays? and how to do it
The text was updated successfully, but these errors were encountered: