DashboardExtensionSettings.ExportOptions Property
OBSOLETE
This property is obsolete now. Use DashboardExtensionSettings.PdfExportOptions, DashboardExtensionSettings.ImageExportOptions and DashboardExtensionSettings.ExcelExportOptions instead.
Provides access to dashboard options specific to export.
Namespace: DevExpress.DashboardWeb.Mvc
Assembly: DevExpress.Dashboard.v24.1.Web.Mvc5.dll
NuGet Package: DevExpress.Web.Mvc5.Dashboard
Declaration
[Obsolete("This property is obsolete now. Use DashboardExtensionSettings.PdfExportOptions, DashboardExtensionSettings.ImageExportOptions and DashboardExtensionSettings.ExcelExportOptions instead.")]
public DashboardExportOptions ExportOptions { get; set; }
Property Value
Type | Description |
---|---|
DashboardExportOptions | A DashboardExportOptions object that contains settings which specify parameters affecting how the dashboard (dashboard items) is exported. |
See Also