VerticalDetailBand.BandLayout Property
Specifies how to arrange the Vertical Detail band’s content across several pages.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
[DefaultValue(VerticalBandLayout.AcrossOnly)]
[SRCategory(ReportStringId.CatBehavior)]
public VerticalBandLayout BandLayout { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Vertical |
Across |
A Vertical |
Available values:
Name | Description |
---|---|
Across |
The Vertical Detail band’s content that does not fit on a page is printed on the next page. |
Across |
The Vertical Detail band’s content that does not fit on a page is printed on the same page, below the previous content. |
#Remarks
The following table demonstrates the modes the BandLayout property provides:
VerticalBandLayout.AcrossOnly
VerticalBandLayout.AcrossThenDown