Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CrossTabPrintOptions.AcrossThenDownOffset Property

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

Namespace: DevExpress.XtraReports.UI.CrossTab

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

[DefaultValue(10F)]
public float AcrossThenDownOffset { get; set; }

#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
.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