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

VerticalBand Class

A base class for vertical bands

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.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.

#Implements

See Also