Back to Devexpress

CrossTabPrintOptions.AcrossThenDownOffset Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-crosstab-dot-crosstabprintoptions-6a23ae3a.md

latest2.4 KB
Original Source

CrossTabPrintOptions.AcrossThenDownOffset Property

Specifies the vertical distance between parts of the Cross Tab content.

Namespace : DevExpress.XtraReports.UI.CrossTab

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(10F)]
public float AcrossThenDownOffset { get; set; }
vb
<DefaultValue(10F)>
Public Property AcrossThenDownOffset As Single

Property Value

TypeDefaultDescription
Single10

The vertical distance.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AcrossThenDownOffset
XRCrossTab

.PrintOptions .AcrossThenDownOffset

|

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

PrintLayout

CrossTabPrintOptions Class

CrossTabPrintOptions Members

DevExpress.XtraReports.UI.CrossTab Namespace