IEaxDataAreaHierarchies.AddDependant

Fore Syntax

AddDependant(S: IDimSelection;
            Key: Integer;
            SS: IDimSelectionSet;
            EId: String;
            T: IEaxDataAreaTransformation);

Fore.NET Syntax

AddDependant (S: Prognoz.Platform.Interop.Dimensions.IDimSelection;
             Key: uinteger;
             SS: IDimSelectionSet;
             EId: string;
             T: IEaxDataAreaTransformation);

Parameters

S. Dimension where alternative hierarchy is placed.

Key. Dimension key.

SS. Dimension selection.

EId. Dimension element identifier.

T. Data transformation formula.

Description

The AddDependant method adds formula of data transformation in alternative hierarchy collection.

Comments

To remove data transformation formula from alternative hierarchy collection, use IEaxDataAreaHierarchies.RemoveDependant.

Fore Example

Executing the examplerequires that the repository contains express report with the EXPRESS identifier. One of data source dimensions contains alternative hierarchy.

Add links to the Dimensions, Express, Metabase, Ms, Pivot system assemblies.

Example code

After executing the example data transformation formula is added in collection of alternative hierarchies.

Fore.NET Example

The requirements and result of the Fore.NET Example execution match with those in the Fore Example. Use Fore.NET analogs instead of Fore components.

Example code

See also:

IEaxDataAreaHierarchies