PivotExportOptions Class
Contains settings that specify parameters affecting how the Pivot dashboard item is exported.
#Declaration
declare class PivotExportOptions
#Remarks
Use the ASPxClientDashboardExportOptions.PivotOptions property to access options specific to exporting Pivot dashboard items.
Warning
A use of ASPx
API reduces flexibility when you configure the control. The DashboardASPx
object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the Dashboard
API to configure the Web Dashboard on the client. More information: Client-Side Functionality.
#Properties
#PrintHeadersOnEveryPage Property
Obsolete. Gets or sets whether to print the column headers of the Pivot dashboard item on every page.
#Declaration
PrintHeadersOnEveryPage: boolean
#Property Value
Type | Description |
---|---|
boolean | true, to print column headers on every page; otherwise, false. |