GetEaxMdResult GetEaxMd(EaxId tEax, GetEaxMdArg tArg)
tEax. Opened express report instance moniker.
tArg. Parameters of extracting express report metadata.
The GetEaxMd operation gets express report metadata.
This operation enables the user to get the following information:
Information about data sources.
Parameters of express report objects (tables, charts, maps, bubble charts).
Formatting parameters for various table elements.
Report exported to specified format.
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.
Various methods of using this operation are given in the following examples:
Example name |
See also: