SetPrxMdResult SetPrxMd(PrxId tPrx, SetPrxMdArg tArg)
tEax. Opened express report instance moniker.
tArg. Parameters for changing express report metadata.
The SetPrxMd operation changes regular report metadata.
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. The tArg.pattern field is used to specify the pattern, according to which the changes are made, and the updated metadata is specified in the tArg.meta field. 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.
Various methods of using this operation are given in the following examples:
Example name |
Creating a Control |
See also: