Skip to main content

XRControlParameterCollection(XRControl) Constructor

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public XRControlParameterCollection(
    XRControl parent
)

Parameters

Name Type Description
parent XRControl

The control to which the parameter collection belongs.

See Also