xtrareports-devexpress-dot-xtrareports-dot-ui-e66bd226.md
A base class for vertical bands
Namespace : DevExpress.XtraReports.UI
Assembly : DevExpress.XtraReports.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
public abstract class VerticalBand :
Band
Public MustInherit Class VerticalBand
Inherits Band
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.
Object MarshalByRefObject Component XRControl Band VerticalBand VerticalDetailBand
See Also