Skip to main content
All docs
V18.2

DashboardPdfExportOptions.PivotPrintHeadersOnEveryPage Property

Gets or sets whether to add column headers of the Pivot dashboard item to every page.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public bool PivotPrintHeadersOnEveryPage { get; set; }

Property Value

Type Description
Boolean

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

See Also