Skip to main content
All docs
V23.2

ParameterBindingCollection(XRControl) Constructor

Initializes a new instance of the ParameterBindingCollection class with specified settings.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public ParameterBindingCollection(
    XRControl parent
)

Parameters

Name Type
parent XRControl
See Also