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.v25.2.dll
NuGet Package: DevExpress.Persistent.Base
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