IDefDrillDimensionParameterValues

Description

The IDefDrillDimensionParameterValues interface is used to work with the collection of settings for managing parameters of object opened on drill down.

Inheritance Hierarchy

IDefDrillDimensionParameterValues

Comments

Parameter settings can be obtained using the IDefDrillDimension.ParameterValues or IDefDrillDimensionLevel.ParameterValues property.

Properties

  Property name Brief description
Count The Count property returns the number of parameters, for which management is to be set up.
Item The Item property returns settings for managing parameter with the specified index.
ItemById The ItemById property returns settings for managing parameter with the specified identifier.

Methods

  Method name Brief description
Clear The Clear method resets all settings for managing parameters of opened object.

See also:

Interfaces