VerticalBand.SizeF Property
In This Article
Specifies the band’s size (measured in report units).
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
#Property Value
Type | Description |
---|---|
Size |
A pair of floating-point width and height sizes. |
#Remarks
A band’s size is measured in the units set by the ReportUnit property.
See Also