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.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | null | The string representation of the CollectionSourceBase.Criteria value. |
See Also