IExportRequestParams.Consumer

Syntax

Consumer: Object;

Description

The Consumer property determines an object that is a data consumer.

Comments

If export object is loaded for reading, that is, the following method was used for opening: IMetabaseObjectDescriptor.Bind, value of the Consumer property is unavailable. To get data consumer for editing, use the IExportRequestInstance.Consumer property.

Example

The property use is given in the example for IExportRequestParams.Bindings.

See also:

IExportRequestParams