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

SubBandCollection(Band) Constructor

Initializes a new instance of the SubBandCollection class with the specified band.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public SubBandCollection(
    Band owner
)

Parameters

Name Type Description
owner Band

A Band that will contain the created collection.

See Also