VerticalBand Class
A base class for vertical bands
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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.
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
Inheritance
See Also