This documentation is for the legacy Izenda 6 product. Documentation for the new Izenda 7 product can be found at https://www.izenda.com/docs/
The ReportListConfig
command sends an AjaxRequest to the server to get the configuration of the report list page. This will return a JSON formatted string to the browser with data related to the report viewer.
Here is the AJAX call to use:
AjaxRequest('./rs.aspx', 'wscmd=reportlistconfig&wsarg0=' + instant, AcceptConfig, null, 'reportlistconfig');
The AcceptConfig variable is a callback method that takes two arguments: the returnObj and the id. The returnObj is a JSON formatted object that contains the data sources used on the report. Below is an example of the hierarchy of this object.
Last edited by Joseph Adams, 2014-06-18 17:21:10