IPivotFilterAttributeLinks

Assembly: Pivot;

Description

The IPivotFilterAttributeLinks interface contains properties and methods that are used to work with the collection of filters by dimensions attributes links.

Inheritance Hierarchy

IPivotFilterAttributeLinks

Comments

Parameters of filtering by dimensions attributes links can be obtained in the IPivotFilterSettings.AttributeLinks property.

Properties

  Property name Brief description
Count The Count property returns the number of attribute links in the collection.
Item The Item property returns parameters of the specified attribute link.

Methods

  Method name Brief description
Add The Add method adds a new attribute link to the collection and returns its parameters.
Clear The Clear method deletes all links of dimension attributes from the collection.
RemoveAt The Remove method removes the specified attribute link from the collection.

See also:

Pivot Assembly Interfaces