IPivotFilterSource

Assembly: Pivot;

Description

The IPivotFilterSource interface contains filter properties.

Inheritance Hierarchy

          IPivotFilterSource

Comments

The cube, on which a report is based, and the filter may have a different number of dimensions. If the cube contains dimensions that are absent in the filter, these dimensions are not taken into account on filtering. If the filter has dimensions that are absent in the cube, the first selected element is taken into account by these dimensions on filtering.

Properties

  Property name Brief description
DataSource The DataSource property returns the data source, by which filtering is executed.
Enable The Enable property determines whether filter can be applied.
Matrix The Matrix property returns the output matrix, by which filtering is executed.
Selection The Selection property returns the selection, by which filtering is executed.

See also:

Pivot Assembly Interfaces