Assembly: Pivot;
The IPivotFilterAttributeLink interface contains filter properties by dimension attributes links.
IPivotFilterAttributeLink
To set up filtering by attribute links, set the following parameters:
Specify keys of linked dimensions in the FirstDimensionKey and SecondDimensionKey properties.
Specify identifiers of linked attributes in the FirstDimensionAttrId and SecondDimensionAttrId properties. Link is available by any attributes including multiple value attributes.
If empty values are allowed by attributes, also determine the FirstDimensionAllowNull and SecondDimensionAllowNull 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: