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

ParameterBindingCollection(XRSubreport) Constructor

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public ParameterBindingCollection(
    XRSubreport parent
)

Parameters

Name Type Description
parent XRSubreport

An XRSubreport object.

See Also