IAdhocDsoDimensions

Assembly: Adhoc;

Description

The IAdhocDsoDimensions interface is used to work with the collection of dimensions for the data source of the dashboard.

Inheritance Hierarchy

          IAdhocDsoDimensions

Comments

To get a collection of dimensions, use the IAdhocDataSourceObject.Dimensions property.

Properties

  Property name Brief description
The Count property returns the number of collection dimensions.
The Item property returns the specified dimension included in the collection.

Methods

  Method name Brief description
The AddCopy method adds a copy of the specified dimension to the collection.
The FindById method searches for a dimension by its identifier.
The FindByKey method searches for a dimension by its key.
The Remove method removes the specified dimension from the collection.
The RemoveById method removes a dimension from the collection by its identifier.
The RemoveByKey method removes a dimension from the collection by its key.

See also:

Adhoc Assembly Interfaces