IDimCalendarPeriodSelection.Levels

Syntax

Levels: DimCalendarLevelSet;

Description

The Levels property determines the levels, which elements are selected at the period.

Comments

By default levels are not determined. To select multiple levels, specify required values of the DimCalendarLevelSet enumeration separating them with Or.

The IDimCalendarPeriodSelection.Select method is also used to change the list of levels, elements of which are selected in the period.

When you work with composite levels, the property selects not the entire levels, but only the elements corresponding to selected level.  

For example, if you set IDimCalendarPeriodSelection.Levels = NineMonths, not the entire (Half-years - Quarters - 9 Months) level is selected, but only the elements corresponding to 9 months.

Example

The property use is given in the example for IDimCalendarSelection.Period.

See also:

IDimCalendarPeriodSelection