xtrareports-devexpress-dot-xtrareports-dot-ui-dot-verticaldetailband.md
Specifies how to arrange the Vertical Detail band’s content across several pages.
Namespace : DevExpress.XtraReports.UI
Assembly : DevExpress.XtraReports.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
[DefaultValue(VerticalBandLayout.AcrossOnly)]
[SRCategory(ReportStringId.CatBehavior)]
public VerticalBandLayout BandLayout { get; set; }
<SRCategory(ReportStringId.CatBehavior)>
<DefaultValue(VerticalBandLayout.AcrossOnly)>
Public Property BandLayout As VerticalBandLayout
| Type | Default | Description |
|---|---|---|
| VerticalBandLayout | AcrossOnly |
A VerticalBandLayout value that specifies whether to display the band’s content that does not fit on a page on the same page or on the next page.
|
Available values:
| Name | Description |
|---|---|
| AcrossOnly |
The Vertical Detail band’s content that does not fit on a page is printed on the next page.
| | AcrossThenDown |
The Vertical Detail band’s content that does not fit on a page is printed on the same page, below the previous content.
|
The following table demonstrates the modes the BandLayout property provides:
VerticalBandLayout.AcrossOnly
VerticalBandLayout.AcrossThenDown
See Also