Back to Devexpress

MapPrintingOptions Class

dashboard-devexpress-dot-dashboardwin-76e71fba.md

latest2.1 KB
Original Source

MapPrintingOptions Class

OBSOLETE

The MapPrintingOptions class is obsolete now. Use properties with the 'Map' prefix exposed by the DashboardPrintPreviewOptions and DashboardPdfExportOptions classes. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/

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

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

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

Remarks

Use the DashboardPrintingOptions.MapOptions property to access options specific to printing/exporting Map dashboard items.

Inheritance

Object OptionsBase MapPrintingOptions

See Also

MapPrintingOptions Members

DevExpress.DashboardWin Namespace