Skip to main content

SubBandCollection(Band) Constructor

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.1.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