Skip to main content
All docs
V25.1
  • .NET 8.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.v25.1.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