Skip to main content

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

Contains settings that specify parameters affecting how Map dashboard items are exported.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard

Declaration

[Obsolete("The MapExportOptions class is obsolete now. Use properties with the 'Map' 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 MapExportOptions :
    OptionsBase

Remarks

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

Inheritance

Object
OptionsBase
MapExportOptions
See Also