IPivotFilterAttributeLink

Assembly: Pivot;

Description

The IPivotFilterAttributeLink interface contains filter properties by dimension attributes links.

Inheritance Hierarchy

          IPivotFilterAttributeLink

Comments

To set up filtering by attribute links, set the following parameters:

If empty values are allowed by attributes, also determine the FirstDimensionAllowNull and SecondDimensionAllowNull properties.

Properties

  Property name Brief description
FirstDimensionAllowNull The FirstDimensionAllowNull property determines whether link is taken into account if attribute is empty in the first dimension.
FirstDimensionAttrId The FirstDimensionAttrId property determines an identifier of the attribute of the first linked dimension.
FirstDimensionKey The FirstDimensionAttrId property determines a key of the first linked dimension.
IsValid The IsValid property returns whether attributes link works.
SecondDimensionAllowNull The SecondDimensionAllowNull property determines whether link is taken into account if the attribute in the second dimension is empty.
SecondDimensionAttrId The SecondDimensionAttrId property determines an identifier of the attribute of the second linked dimension.
SecondDimensionKey The SecondDimensionKey property determines a key of the second linked dimension.

See also:

Pivot Assembly Interfaces