SetEaxMdResult SetEaxMd(EaxId tEax, SetEaxMdArg tArg)
tEax. Opened express report instance moniker.
tArg. Parameters of changing express report metadata.
The SetEaxMd operation changes express 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 GetEaxMd operation).
To execute the operation, in the tEax parameter specify moniker of the express report instance, and in the tArg parameter specify the parameters, according to which express report elements must be changed. The moniker can be obtained on executing the OpenEax 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 express report objects: SetTabSheetData, SetChart.
Use the SaveObject or SaveObjectAs operation to save the express report after the changes are made.
Various methods of using the operation are given in the following examples:
Example name |
Setting Up Totals |
Setting Up Conditional Formatting |
Changing Header and Footer Parameters |
See also: