Skip to main content

XRCrossBandControlCollection(XtraReport) Constructor

Initializes a new instance of the XRCrossBandControlCollection class.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public XRCrossBandControlCollection(
    XtraReport owner
)

Parameters

Name Type Description
owner XtraReport

An XtraReport object which will be the container for the created collection.

Remarks

Normally, you don’t need to create this collection manually. An instance of the XRCrossBandControlCollection class is already accessed via the XtraReport.CrossBandControls property.

See Also