CrossTabPrintOptions.AcrossThenDownOffset Property
Specifies the vertical distance between parts of the Cross Tab content.
Namespace: DevExpress.XtraReports.UI.CrossTab
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
Single | 10 | The vertical distance. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to AcrossThenDownOffset |
---|---|
XRCrossTab |
|
Remarks
This property is in effect when the PrintLayout property is set to AcrossThenDown. In this mode, the Cross Tab content that does not fit on a page is printed on the same page below the previous content. The AcrossThenDownOffset property defines the vertical distance between parts of the content.
At design time, you can set the AcrossThenDownOffset property in the Properties window’s PrintOptions group.
See Also