Skip to main content
All docs
V23.2

DxPdfExportOptions.PivotPrintHeadersOnEveryPage Property

Specifies whether to add column headers of the Pivot dashboard item to every page.

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v23.2.Blazor.dll

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

[Parameter]
public bool PivotPrintHeadersOnEveryPage { get; set; }

Property Value

Type Description
Boolean

true to add column headers to every page; otherwise, false.

See Also