You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ReportBro
how can load data to reportpro on runtime from json data..
Alex Hartmann
unread,
Mar 23, 2020, 1:12:39 PM3/23/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ReportBro
The load method takes the Report object (the one returned by the getReport method) to load a report. If your report is json data you must convert it to JS, e.g. with JSON.parse ...