XRDataFilter Properties
Obsolete. Defines filter conditions of a specific series or a series template in a report’s chart.| Name | Description |
|---|---|
| ColumnName | Gets or sets the name of the data field which the filter condition is applied to. Inherited from DataFilter. |
| ColumnNameSerializable | Gets the string value used to support serialization of the column name. Inherited from DataFilter. |
| Condition | Gets or sets the comparison operator used to filter the data points within a series. Inherited from DataFilter. |
| DataType | Gets or sets the data type of the value associated with the current data filter object. Inherited from DataFilter. |
| DataTypeSerializable | Gets or sets the string value used to support serialization of the DataFilter.DataType property. Inherited from DataFilter. |
| InvariantValueSerializable | Gets or sets the string value used to support serialization of the DataFilter.Value property using the invariant culture. Inherited from DataFilter. |
| Tag | Gets or sets the object that contains data related to the chart element. Inherited from ChartElement. |
| Value | Gets or sets the filter value represented by the current data filter item. Inherited from DataFilter. |
| ValueBinding | Specifies the data field providing values by which series data should be filtered. |
| ValueSerializable | Obsolete. Gets or sets the string value used to support serialization of the DataFilter.Value property. Inherited from DataFilter. |
See Also