IPivotFilterAttributeLink.FirstDimensionAttrId

Fore Syntax

FirstDimensionAttrId: String;

Fore.NET Syntax

FirstDimensionAttrId: string;

Description

The FirstDimensionAttrId property determines an identifier of the attribute of the first linked dimension.

Comments

Specify attribute identifier of the dimension specified in the FirstDimensionKey property as value of the FirstDimensionAttrId property.

NOTE. The property value is case-sensitive. Identifier should be entered in capital letters.

Fore and Fore.NET Examples

The example of use is given in description of the IPivotFilterAttributeLinks.Add method.

See also:

IPivotFilterAttributeLink