Assembly: Pivot;
Namespace: Prognoz.Platform.Interop.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 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: