Back to Devexpress

DetailReportBand.Level Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-detailreportband-70c64d9e.md

latest1.7 KB
Original Source

DetailReportBand.Level Property

Specifies the order of several DetailReportBand objects in a report.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(-1)]
[SRCategory(ReportStringId.CatBehavior)]
public int Level { get; set; }
vb
<DefaultValue(-1)>
<SRCategory(ReportStringId.CatBehavior)>
Public Property Level As Integer

Property Value

TypeDefaultDescription
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

Create a Master-Detail Report with a Detail Report Band in the VS Report Designer

DetailReportBand Class

DetailReportBand Members

DevExpress.XtraReports.UI Namespace