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.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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