Skip to main content
A newer version of this page is available. .
All docs
V20.2

SubreportBase.ApplyParameterBindings() Method

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.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