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

ParameterBindingCollection(XRSubreport) Constructor

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public ParameterBindingCollection(
    XRSubreport parent
)

Parameters

Name Type Description
parent XRSubreport

An XRSubreport object.

See Also