IExportRequestParams.CalendarLevel

Syntax

CalendarLevel: DimCalendarLevel;

Description

The CalendarLevel property determines a data drillthrough level.

Comments

If the property takes the DimCalendarLevel.None value, the data will be exported from all calendar levels.

NOTE. Data export from all calendar levels is possible if calendar elements are arranged in rows, that is, IExportRequestParams.ByColumns = False.

Example

The property use is given in the example for IExportRequestParams.Bindings.

See also:

IExportRequestParams