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

XRSubreport.RemoveUnusedParameterBindings() Method

Removes inappropriate subreport parameter bindings from the XRSubreport.ParameterBindings collection.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public void RemoveUnusedParameterBindings()

Remarks

This method removes a subreport parameter binding from the XRSubreport.ParameterBindings collection if a parameter with the name specified for this binding is not contained in the XtraReport.Parameters collection of a report assigned to the subreport’s SubreportBase.ReportSource property.

See Also