Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DataSourceBase.CriteriaString Property

Specifies the string representation of the criteria used to filter data in a report.

Namespace: DevExpress.Persistent.Base.ReportsV2

Assembly: DevExpress.Persistent.Base.v19.2.dll

Declaration

[Browsable(false)]
[DefaultValue(null)]
[XtraSerializableProperty(-1)]
public string CriteriaString { get; set; }

Property Value

Type Default Description
String *null*

The string representation of the CollectionSourceBase.Criteria value.

See Also