SetPrxMd

Syntax

SetPrxMdResult SetPrxMd(PrxId tPrx, SetPrxMdArg tArg)

Parameters

tEax. Opened express report instance moniker.

tArg. Parameters for changing express report metadata.

Description

The SetPrxMd operation changes regular report metadata.

Comments

This operation enables the user to edit almost all parameters that can be specified in the operation pattern (except for those available for use only with the GetPrxMd operation).

To execute the operation, in the tEax parameter specify the regular report instance moniker, and in the tArg parameter specify the parameters, according to which the report elements must be changed. The moniker can be obtained on executing the OpenPrx operation. In the tArg.pattern field specify the pattern that will be used to make changes, and in the tArg.meta field specify the updated metadata. The following operations can also be used to change report objects: SetTabSheetData, SetChart.

Use the SaveObject or SaveObjectAs operation to save the regular report after the changes are made.

Example

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

Example name
Creating a Control

See also:

Working with Regular Reports