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

LookUpSettings.FilterString Property

Specifies the filter criteria applied to the LookUpSettings object.

Namespace: DevExpress.XtraReports.Parameters

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[DefaultValue("")]
public string FilterString { get; set; }

Property Value

Type Default Description
String String.Empty

A String value, specifying the filter string.

Property Paths

You can access this nested property as listed below:

Object Type Path to FilterString
Parameter
.LookUpSettings .FilterString
RangeBoundaryParameter
.LookUpSettings .FilterString
RangeEndParameter
.LookUpSettings .FilterString
RangeStartParameter
.LookUpSettings .FilterString
See Also