EaxMdService.open

Syntax

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

Parameters

key. Key of express report to be opened.

callback. Callback function to be called after opening an express report.

params. Parameters with which the object opens.

Description

The open method opens an express report in the view mode.

Comments

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

Example

The example of use is given on the page with description of the EaxMdService.loadEaxMd method.

See also:

EaxMdService