Skip to main content
All docs
V25.1
  • 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.

    Warning

    A use of ASPxClientDashboard API reduces flexibility when you configure the control. The DashboardControl underlies the ASPxClientDashboard object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the DashboardControl API to configure the Web Dashboard on the client. More information: Client-Side Functionality.

    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.