Skip to main content

ReportGenerationOptions.PrintBandHeaders Property

Specifies whether to add band headers to the report. This option is in effect when the source object supports bands (BandedGridView and AdvBandedGridView).

Namespace: DevExpress.XtraReports.ReportGeneration

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue(DefaultBoolean.True)]
public DefaultBoolean PrintBandHeaders { get; set; }

Property Value

Type Default Description
DefaultBoolean True

DefaultBoolean.True or DefaultBoolean.Default to add band headers to the report; otherwise DefaultBoolean.False.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

See Also