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

XRCrossBandLine Class

A Cross-Band Line control.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v17.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public class XRCrossBandLine :
    XRCrossBandControl

Remarks

XRCrossBandLine is used to draw a vertical line which is not restricted to a particular band, but goes from the XRCrossBandControl.StartPoint to the XRCrossBandControl.EndPoint, crossing the bands between.

To specify whether the line should be drawn solid or dashed, use the XRCrossBandLine.LineStyle property.

To learn more, see Drawing Cross-Band Lines and Boxes.

Implements

See Also