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

XRDataFilter(String, String, DataFilterCondition, Object) Constructor

Initializes a new instance of the XRDataFilter class with the specified settings.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.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