Skip to main content
All docs
V23.2
.NET 6.0+

ReportDataSourceHelperBase.AttachCriteriaWithReportParametersManager(XtraReport) Method

Subscribes to the report’s XRControl.BeforePrint event and updates the report’s data source criteria.

Namespace: DevExpress.ExpressApp.ReportsV2.Services

Assembly: DevExpress.ExpressApp.ReportsV2.v23.2.dll

Declaration

public void AttachCriteriaWithReportParametersManager(
    XtraReport report
)

Parameters

Name Type Description
report XtraReport

An XtraReport object that specifies the report.

Remarks

The AttachCriteriaWithReportParametersManager method is called by the ReportDataSourceHelper.SetupReport method.

See Also