XRDataFilter(String, String, DataFilterCondition, Object) Constructor
Initializes a new instance of the XRDataFilter class with the specified settings.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
public XRDataFilter(
string columnName,
string dataTypeName,
DataFilterCondition condition,
object value
)
Parameters
Name | Type | Description |
---|---|---|
columnName | String | A String value, specifying the column name. This value is assigned to the DataFilter.ColumnName property. |
dataTypeName | String | A String value, specifying the data type. This value is assigned to the DataFilter.DataType property. |
condition | DataFilterCondition | A DataFilterCondition object. This value is assigned to the DataFilter.Condition property. |
value | Object | A Object value, assigned to the XRDataFilter.Value property. |
See Also