IPivotFilterAttributeLink

Assembly: Pivot;

Namespace: Prognoz.Platform.Interop.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 if link is take into account on the empty value of attribute in the first dimension.
FirstDimensionAttrId The FirstDimensionAttrId property determines identifier of the attribute of the first linked dimension.
FirstDimensionKey The FirstDimensionAttrId property determines key of the first linked dimension.
IsValid The IsValid property returns if attributes link works.
SecondDimensionAllowNull The SecondDimensionAllowNull property determines if link is take into account on the empty value of attribute in the second dimension.
SecondDimensionAttrId The SecondDimensionAttrId property determines identifier of the attribute of the second bound dimension.
SecondDimensionKey The SecondDimensionKey property determines key of the second linked dimension.

See also:

Pivot Assembly Interfaces