Skip to main content
A newer version of this page is available.
All docs
V19.1

XRSubreport.RemoveUnusedParameterBindings() Method

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public void RemoveUnusedParameterBindings()

Remarks

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

See Also