Skip to main content
A newer version of this page is available. .

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 KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

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

Namespace: DevExpress.DashboardWeb

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

Declaration

[Obsolete("The GridExportOptions class is obsolete now. Use properties with the 'Grid' prefix exposed by the DashboardPdfExportOptions class. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
public class GridExportOptions :
    OptionsBase

Remarks

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

Inheritance

Object
OptionsBase
GridExportOptions
See Also