getService();
The getService method returns service used to work with express reports.
Executing the example requires that the HTML page contains the EaxParameterBox component named examplePar (see Example of Creating the EaxParameterBox Component). Handle the Saved event for the service used to work with express report, which is received via a container of express report parameter:
// Get service for working with express reports var service = examplePar.getService(); // Handle Saved service eventr service.Saved.add( function () { alert("Saved."); } );
After executing the example each time the Saved event occurs for the service used to work with express report, the browser console displays an appropriate message.
See also: