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

XRDataFilter(String, String, DataFilterCondition, Object, String) 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 dataSource,
    string dataMember
)

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.

dataSource Object

A Object value, specifying the data source.

dataMember String

A String value, specifying the data member.

See Also