Skip to main content
A newer version of this page is available.
All docs
V19.2

GridExportOptions Class

Contains settings that specify parameters affecting how the Grid dashboard item is exported.

Declaration

declare class GridExportOptions

Remarks

Use the ASPxClientDashboardExportOptions.GridOptions property to access options specific to exporting grid dashboard items.

Properties

FitToPageWidth Property

Obsolete. Gets or sets whether the size of the Grid dashboard item is changed according to the width of the exported page.

Declaration

FitToPageWidth: boolean

Property Value

Type Description
boolean

true, to change the size of the Grid dashboard item according to the width of the exported page; otherwise, false.

PrintHeadersOnEveryPage Property

Obsolete. Gets or sets whether to print column headers of the Grid dashboard item on every page.

Declaration

PrintHeadersOnEveryPage: boolean

Property Value

Type Description
boolean

true, to print column headers on every page; otherwise, false.