ICubeInstanceDestinationExecutor.IncludeAttachments

Syntax

IncludeAttachments: Boolean;

Description

The IncludeAttachments property determines whether information about attachments will be obtained on calculation.

Comments

If the property will be set to True, then the information about attachments will be available in cube resulting matrix. The further work with attachments is executed using attachment manager (to create an attachment manager, use the ICubeExecuteResult.CreateAttachmentManager method).

Example

The example of use is given in description of the ICubeAttachmentManager.ReadAttachments, ICubeAttachmentManager.EditAttachments methods.

See also:

ICubeInstanceDestinationExecutor