Back to Devexpress

VerticalBand Class

xtrareports-devexpress-dot-xtrareports-dot-ui-e66bd226.md

latest2.4 KB
Original Source

VerticalBand Class

A base class for vertical bands

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public abstract class VerticalBand :
    Band
vb
Public MustInherit Class VerticalBand
    Inherits 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.

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

IScriptable

Inheritance

Object MarshalByRefObject Component XRControl Band VerticalBand VerticalDetailBand

VerticalHeaderBand

VerticalTotalBand

See Also

VerticalBand Members

DevExpress.XtraReports.UI Namespace