EaxMdService.editDocument

Syntax

editDocument(key: Number, callback: PP.Delegate||function, params);

Parameters

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.

Description

The editDocument method opens an express report document in the edit mode.

Comments

The method returns an object of the PP.Exp.EaxDocument type

Example

The example of method use is given on the Example of Creating the EaxParameterBox Component page.

See also:

EaxMdService