getEaxImportUrl();
The getEaxImportUrl method returns URL of request handler for data import to report.
The method returns a value of the String type.
Use the example given in the Example of Creating the ExpressBox Component page. Get URL of query handler for report data import:
// Get a service used to work with express report var service = expressBox.getSource().getPPService(); console.log("URL of query handler for report data import: %s", service.getEaxImportUrl());
After executing the example the browser console displays URL of query handler for report data import:
URL of query handler for report data import: PPService.axd?action=proxy?action=eaximport
See also: