Skip to main content

XtraReportBase.ApplyFiltering() Method

Applies the filter string assigned to the XtraReportBase.FilterString property, to a report’s data source using the current values of parameters.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public void ApplyFiltering()

Remarks

Note that this method is primarily intended for internal use only. Normally, you don’t need to call it from your code.

See Also