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

DetailReportBand.Level Property

Specifies the order of several DetailReportBand objects in a report.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

[DefaultValue(-1)]
[SRCategory(ReportStringId.CatBehavior)]
public int Level { get; set; }

Property Value

Type Default Description
Int32 -1

An integer value indicating the relative position of several DetailReportBand objects.

Remarks

The Level property value allows the reordering of different DetailReportBand objects at the same level of master-detail relationships.

See Also