Skip to main content
All docs
V20.1

XRSubreport.ApplyParameterBindings() Method

Sets the referenced report’s parameters listed in the XRSubreport.ParameterBindings collection to the current values of fields or parameters that they are bound to.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public void ApplyParameterBindings()

Remarks

The ApplyParameterBindings method is called from the BeforePrint event when the main report is rendered. You can call this method to propagate the changed field or parameter values from the main report to the referenced report.

See Also