IAdhocDsoDimensions.Item

Syntax

Item(Index: Integer): IAdhocDsoDimension;

Parameters

Index. Index of dimension in the collection.

Description

The Item property returns the specified dimension included in the collection.

Comments

The number of dimension in the collection is returned by the IAdhocDsoDimensions.Count property. Indexing of dimensions is continuous and starts with zero.

Example

The property use is given in the example for IAdhocReport.Synchronization.

See also:

IAdhocDsoDimensions