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

SubreportBase.RemoveUnusedParameterBindings() Method

Removes the subreport parameter bindings where the specified parameter does not exist in the referenced report from the ParameterBindings collection.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public void RemoveUnusedParameterBindings()

Remarks

This method removes parameter bindings from the ParameterBindings collection if the parameter with the name specified for this binding does not exist in the referenced report’s Parameters collection.

See Also