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.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
Declaration
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