Back to Devexpress

CrossTabPrintOptions.RepeatRowHeaders Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-crosstab-dot-crosstabprintoptions-607837ac.md

latest2.6 KB
Original Source

CrossTabPrintOptions.RepeatRowHeaders Property

Specifies whether to repeat row headers when the Cross Tab content is split horizontally.

Namespace : DevExpress.XtraReports.UI.CrossTab

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(true)]
public bool RepeatRowHeaders { get; set; }
vb
<DefaultValue(True)>
Public Property RepeatRowHeaders As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to repeat row headers; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to RepeatRowHeaders
XRCrossTab

.PrintOptions .RepeatRowHeaders

|

Remarks

The Cross Tab prints row headers on each document page when the Cross Tab content does not fit on one page.

Row headers are also repeated for each part of the Cross Tab content when the PrintLayout property is set to AcrossThenDown.

To print row headers only once, disable the RepeatRowHeaders property in the Cross Tab’s smart tag or in the Properties window’s PrintOptions group.

Use the RepeatColumnHeaders to define whether to print column headers on each document page.

See Also

RepeatColumnHeaders

CrossTabPrintOptions Class

CrossTabPrintOptions Members

DevExpress.XtraReports.UI.CrossTab Namespace