Skip to main content
A newer version of this page is available. .

DetailReportBandCollection(XtraReportBase) Constructor

Initializes a new instance of the DetailReportBandCollection class.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public DetailReportBandCollection(
    XtraReportBase owner
)

Parameters

Name Type Description
owner XtraReportBase

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

See Also