GetPrxMd

Syntax

GetPrxMdResult GetPrxMd(PrxId tPrx, GetPrxMdArg tArg)

Parameters

tPrx. Opened regular report instance moniker.

tArg. Parameters for getting regular report metadata.

Description

The GetPrxMd operation gets regular report metadata.

Comments

This operation enables the user to get the following information:

The operation can also be used to check cell binding to data areas.

To execute the operation, in the tPrx parameter determine the regular report instance moniker, and in the tArg parameter determine the parameters, according to which the information is obtained. The moniker can be obtained on executing the OpenPrx operation. The tArg.pattern field must contain a pattern for getting information about various regular report elements. The operation results in the requested metadata. The following operations can be used to get additional information about sheet tables and about the objects that may be created on these sheets: GetTabSheetData, GetChart and GetMap.

Example

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

Example name
Getting information about regular report sheets

See also:

Working with Regular Reports