ICompoundDimension

Description

The ICompoundDimension interface contains properties and methods to work with composite dictionary.

Comments

Composite dictionaries are formed in express reports based on multiple data sources. For all dictionaries that are available in all sources, composite dictionaries with the following identifiers <dimension id> + "_COMPOUND" are formed. The dictionaries that are not presented at least in one source, are compiled into a separate composite dictionary. Identifier of this composite dictionary is FACTS_COMPOUND. It is a set of composite dictionaries, each of them, in its turn, is based on private dictionaries of a specific data source.

Properties

  Property name Brief description
CustomContainer The CustomContainer property determines sources used to construct composite dimension based on the fact dimension of the cube.
Sources The Sources property returns sources of composite dimension.

Methods

  Method name Brief description
InitCustomContainer The InitCustomContainer method updates or creates a fact dimension based on a virtual cube.
SaveCustomDependencies The SaveCustomDependencies method saves dependencies from elements used to create composite dimension based on cube facts dimension.

See also:

Dimensions Assembly Interfaces