ICubeCombinedExecutor.IncludeAttachments

Syntax

IncludeAttachments: Boolean;

Description

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

Comments

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

See also:

ICubeCombinedExecutor