GetEaxMd

Syntax

GetEaxMdResult GetEaxMd(EaxId tEax, GetEaxMdArg tArg)

Parameters

tEax. Opened express report instance moniker.

tArg. Parameters of extracting express report metadata.

Description

The GetEaxMd operation gets express report metadata.

Comments

This operation enables the user to get the following information:

The operation can also be used to check if data drillthrough is available, drill down the data and get data after the drillthrough.

To execute the operation, in the tEax parameter specify the express report instance moniker, and in the tArg parameter specify the parameters, according to which the information is extracted. The moniker can be obtained on executing the OpenEax operation. The tArg.pattern field must contain a pattern for getting information about various express report elements. The result of the operation is the requested information. The following operations can be used to get additional information about express report objects: GetTabSheetData, GetChart, GetMap.

Example

Various methods of using this operation are given in the following examples:

Example name

See also:

Working with Express Reports