PrxMdService.open

Syntax

open (key, callback);

Parameters

key. Key of the report to be opened.

callback. The callback procedure. Optional parameter.

Description

The open method opens regular report by its key.

Comments

Use the PrxMdService.openReport method to open object with parameters.

Example

The example of method use is given on the Example of the ReportBox Component Layout page.

See also:

PrxMdService