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.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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:
- HTML, if ExportMode is set to SingleFile or SingleFilePageByPage and TableLayout is enabled.
- RTF, if ExportMode is set to SingleFile.
- DOCX, if ExportMode is set to SingleFile.
- DOCX, if ExportMode is set to SingleFilePageByPage and TableLayout is enabled.
- CSV.
- TXT.
- XLS and XLSX.
Implements
Inheritance
See Also