Back to Devexpress

MapExportOptions Class

dashboard-devexpress-dot-dashboardweb-f7e445dc.md

latest2.0 KB
Original Source

MapExportOptions Class

OBSOLETE

The MapExportOptions class is obsolete now. Use properties with the 'Map' 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 Map dashboard items are exported.

Namespace : DevExpress.DashboardWeb

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

NuGet Package : DevExpress.Web.Dashboard

Declaration

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

Remarks

Use the DashboardExportOptions.MapOptions property to access options specific to exporting Map dashboard items.

Inheritance

Object OptionsBase MapExportOptions

See Also

MapExportOptions Members

DevExpress.DashboardWeb Namespace