Skip to main content
A newer version of this page is available. .

XRDataFilter Properties

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.
DataMember For internal use.
DataSource For internal use.
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.
IsDisposed Gets a value indicating whether the control has been disposed of. Inherited from ChartElement.
Tag Gets or sets the object that contains data related to the chart element. Inherited from ChartElement.
Value Specifies the value by which series data should be filtered.
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