Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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
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.

#Remarks

The following table demonstrates the modes the BandLayout property provides:

  • VerticalBandLayout.AcrossOnly

  • VerticalBandLayout.AcrossThenDown

    VerticalBands_BandLayout_AcrossThenDown

See Also