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

XtraReportBase.CreateBand(BandKind) Method

Creates a band of the specified type.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public static Band CreateBand(
    BandKind bandKind
)

Parameters

Name Type Description
bandKind BandKind

A BandKind enumeration value.

Returns

Type Description
Band

A Band descendant of the specified type.

Remarks

If this method’s parameter is equal to BandKind.None then it returns null (Nothing in Visual Basic).

See Also