editDocument(key: Number, callback: PP.Delegate||function, params);
key. Key of the express report to be opened.
callback. Callback function to be called after the user opens the report.
params. Parameters with which the object opens.
The editDocument method opens an express report document in the edit mode.
The method returns an object of the PP.Exp.EaxDocument type
The example of method use is given on the Example of Creating the EaxParameterBox Component page.
See also: