Name | Description | |
---|---|---|
PivotFilter Constructor | Initializes a new instance of a PivotFilter. |
The following tables list the members exposed by PivotFilter.
Name | Description | |
---|---|---|
PivotFilter Constructor | Initializes a new instance of a PivotFilter. |
Name | Description | |
---|---|---|
AndConditions | Gets or sets whether the filter conditions should be combined with an 'And' or with an 'Or' operator. | |
Condition1 | Gets the first filter condition. | |
Condition2 | Gets the second filter condition. | |
Field | Gets the field that this filter is acting on. | |
IsActive | Gets a value that indicates the filter is active. | |
IsCustomFilterActive | Gets a value that indicates the custom filter is active. | |
ShowValues | Gets or sets an array with the values that should be included in the output. | |
TopN | Specifies the number of elements with the highest (lowest) values to be included in the output. | |
TopNRule | Defines whether the filter returns top N or bottom N elements. | |
TopNValueField | Defines the value field to be used to calculate the top N elements. | |
Values | Gets or sets the list of values to be displayed in the value filter list editor. |
Name | Description | |
---|---|---|
Apply | Applies the filter to a value. | |
Clear | Clears the filter. | |
ReadXml | Reads a filter from Xml. | |
WriteXml | Persist filter to Xml. |
Name | Description | |
---|---|---|
OnPropertyChanged | Raises the PropertyChanged event. |
Name | Description | |
---|---|---|
PropertyChanged | Fires when a property changes. |