Skip to main content
All docs
V19.2
.NET Framework 4.5.2+

DataSourceBase.UpdateCriteriaWithReportParameters(XtraReport) Method

Adds report parameter values to the criteria string.

Namespace: DevExpress.Persistent.Base.ReportsV2

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

Declaration

public void UpdateCriteriaWithReportParameters(
    XtraReport report
)

Parameters

Name Type Description
report XtraReport

An XtraReport object that specifies the report.

Remarks

The UpdateCriteriaWithReportParameters method replaces question marks (“?”) with actual report parameter values in a DataSourceBase.CriteriaString.

See Also