ICubeMetaLoaderLogEntry.ExtraField

Syntax

ExtraField(Index: Integer): String;

Parameters

Index. Field binding index.

Description

The ExtraField property returns value of an extra field that was added to a report.

Comments

Use the ICubeMetaLoaderBinding.AddToLog method to add additional fields to the report.

Example

The property use is given in the example for ICubeMetaLoaderBinding.AddToLog.

See also:

ICubeMetaLoaderBinding