Skip to main content
A newer version of this page is available.

ReportDataSourceHelper.AttachCriteriaWithReportParametersManager(XtraReport) Method

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

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v18.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