Skip to main content
All docs
V25.1
  • CrossTabPrintOptions.AcrossThenDownOffset Property

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

    Namespace: DevExpress.XtraReports.UI.CrossTab

    Assembly: DevExpress.XtraReports.v25.1.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