Back to Devexpress

XRCrossBandControl.StartBand Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcrossbandcontrol-231456c1.md

latest1.9 KB
Original Source

XRCrossBandControl.StartBand Property

Gets or sets a band, from which a cross-band control starts its drawing.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[SRCategory(ReportStringId.CatLayout)]
public Band StartBand { get; set; }
vb
<SRCategory(ReportStringId.CatLayout)>
Public Property StartBand As Band

Property Value

TypeDescription
Band

A Band object, representing a band where the control’s starting point lies.

|

Remarks

Use the XRCrossBandControl.EndBand to specify where the ending point is located. The XRCrossBandControl.StartPointF and XRCrossBandControl.EndPointF properties set exact points within the bands.

Note

We recommend that you start and end cross-band controls on paired bands (Report Header/Footer, Page Header/Footer or Top/Bottom Margin). Otherwise, these controls can be incorrectly drawn in the report document.

See Also

XRCrossBandControl Class

XRCrossBandControl Members

DevExpress.XtraReports.UI Namespace