Back to Devexpress

GridExportOptions Class

dashboard-devexpress-dot-dashboardweb-c98d8ac6.md

latest2.0 KB
Original Source

GridExportOptions Class

OBSOLETE

The GridExportOptions class is obsolete now. Use properties with the 'Grid' prefix exposed by the DashboardPdfExportOptions class. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/

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

Namespace : DevExpress.DashboardWeb

Assembly : DevExpress.Dashboard.v25.2.Web.WebForms.dll

NuGet Package : DevExpress.Web.Dashboard

Declaration

csharp
[Obsolete("The GridExportOptions class is obsolete now. Use properties with the 'Grid' prefix exposed by the DashboardPdfExportOptions class. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
public class GridExportOptions :
    OptionsBase
vb
<Obsolete("The GridExportOptions class is obsolete now. Use properties with the 'Grid' prefix exposed by the DashboardPdfExportOptions class. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")>
Public Class GridExportOptions
    Inherits OptionsBase

Remarks

Use the DashboardExportOptions.GridOptions property to access options specific to exporting Grid dashboard items.

Inheritance

Object OptionsBase GridExportOptions

See Also

GridExportOptions Members

DevExpress.DashboardWeb Namespace