IExportRequestParams.CalendarLevel

Fore Syntax

CalendarLevel: DimCalendarLevel;

Fore.NET Syntax

CalendarLevel: Prognoz.Platform.Interop.Cubes.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.

Fore and Fore.NET Examples

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

See also:

IExportRequestParams