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

VerticalBand Class

A base class for vertical bands

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v21.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public abstract class VerticalBand :
    Band

Remarks

Vertical bands allow you to design reports where data fields are arranged one after another in a vertical direction and data records are printed one after another from left to right in a horizontal direction.

VerticalBands_Demo

It’s like a traditional banded report rotated 90 degrees, so table rows become columns and columns become rows.

You can place any report control on a vertical band.

Note

Cross-band controls cannot start/end on a vertical band.

See the Introduction to Banded Reports topic to learn about available report bands.

See Also