PrxMdService.getMetadata

Syntax

getMetadata (report, recalc, callback);

Parameters

report.. Report model.

recalc. Determines whether the report is calculated. By default the True value is set that means that the report is calculated. If it is set to False, the report is not calculated.

callback. The callback procedure.

Description

The getMetadata method returns object metadata.

Example

The example of method use is given in description of the Report.getTabId method.

See also:

PrxMdService