XRDataFilter Members
Obsolete. Defines filter conditions of a specific series or a series template in a report’s chart.Constructors
| Name | Description |
|---|---|
| XRDataFilter() |
Initializes a new instance of the XRDataFilter class with the default settings.
|
| XRDataFilter(String, String, DataFilterCondition, Object, String) |
Initializes a new instance of the XRDataFilter class with the specified settings.
|
| XRDataFilter(String, String, DataFilterCondition, Object) |
Initializes a new instance of the XRDataFilter class with the specified settings.
|
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| Assign(ChartElement) | Copies the settings from the specified ChartElement object to the current object. |
| Clone() |
Creates a new XRDataFilter instance, which is a copy of the current instance.
|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns the textual representation of the data filter. Inherited from DataFilter. |
See Also