Skip to main content
A newer version of this page is available. .

XRCrossBandControl Class

The base for controls which are not restricted to a particular Band, but are drawn across multiple bands based on the specified start and end points.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public abstract class XRCrossBandControl :
    XRControl

The following members return XRCrossBandControl objects:

Remarks

A XRCrossBandControl object draws itself through the bands, from the XRCrossBandControl.StartPoint in the XRCrossBandControl.StartBand to the XRCrossBandControl.EndPoint in the XRCrossBandControl.EndBand.

Implements

DevExpress.XtraPrinting.IBrickOwner
DevExpress.Utils.Serializing.Helpers.IXtraSupportDeserializeCollectionItem
DevExpress.Utils.Serializing.IXtraSerializable
See Also