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

XRSubreport.FillParameterBindings() Method

Populates the XRSubreport.ParameterBindings collection with records for the referenced report’s parameters that are not listed in this collection.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public void FillParameterBindings()

Remarks

The FillParameterBindings method adds ParameterBinding items to the XRSubreport.ParameterBindings collection for the referenced report’s parameters that are not listed in this collection. This method does not affect the existing ParameterBinding items.

See Also