Back to Devexpress

XRCrossBandControl Class

xtrareports-devexpress-dot-xtrareports-dot-ui-f4aaf6ac.md

latest4.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public abstract class XRCrossBandControl :
    XRControl
vb
Public MustInherit Class XRCrossBandControl
    Inherits XRControl

The following members return XRCrossBandControl objects:

Remarks

A XRCrossBandControl object draws itself through the bands, from the XRCrossBandControl.StartPointF in the XRCrossBandControl.StartBand to the XRCrossBandControl.EndPointF in the XRCrossBandControl.EndBand.

If a XRCrossBandControl instance’s lines are less than 0.5 pixels thick, such instance is not included in export files that have the following formats:

Implements

IScriptable

Inheritance

Object MarshalByRefObject Component XRControl XRCrossBandControl XRCrossBandBox

XRCrossBandLine

See Also

XRCrossBandControl Members

DevExpress.XtraReports.UI Namespace