The IPrxDataIslandHeaderFilter interface contains properties of filters for data area rows and columns.
The interface is used to work with a data area that is an outdated type of table. To work with analytical data area, use the IEaxDatArea interface.
Property name | Brief description | |
DataIslandHeader | The DataIslandHeader property returns parameters of the heading, for which filtering is set up. | |
SuppressEmpty | The SuppressEmpty property determines the state of the Filter Empty Values option. | |
SuppressZero | The SuppressZero property determines the state of the Filter Zero Values option. | |
UseCondition | The UseCondition property sets the state of the Condition Filtering option. | |
Condition | The Condition property returns an object containing filter condition. | |
UseSelection | The UseSelection property sets the state of the Specify Elements Excluded From Filtering Conditions option. | |
Selection | The Selection property returns an object containing selection in the dimension to be filtered. | |
SuppressNotNumber | The SuppressNotNumber property determines the state of the Filter Nonnumeric Values option. | |
DimensionFilter | The DimensionFilter property returns an object containing condition of filtering by dimension attributes. |
See also: