Skip to main content
A newer version of this page is available.
All docs
V19.1

DataSourceBase.UpdateCriteriaWithReportParameters(XtraReport) Method

Adds report parameter values to the criteria string.

Namespace: DevExpress.Persistent.Base.ReportsV2

Assembly: DevExpress.Persistent.Base.v19.1.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